Searched refs:JEMALLOC_ALLOC_SIZE2 (Results 1 - 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/ |
H A D | jemalloc_macros.h | 44 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 71 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) macro 74 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 95 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro
|
H A D | jemalloc.h | 134 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 161 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) macro 164 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 185 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 209 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
H A D | jemalloc_protos.h | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
H A D | jemalloc_protos_jet.h | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
H A D | jemalloc_protos.h.in | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
/external/jemalloc/src/ |
H A D | jemalloc.c | 1702 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2)
|
Completed in 757 milliseconds