Searched refs:JEMALLOC_ALLOC_SIZE2 (Results 1 – 14 of 14) sorted by relevance
/external/jemalloc/include/jemalloc/ |
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
|
D | jemalloc_macros.h.in | 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
|
D | jemalloc.h | 159 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 186 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) 189 # define JEMALLOC_ALLOC_SIZE2(s1, s2) 210 # define JEMALLOC_ALLOC_SIZE2(s1, s2) 234 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
D | jemalloc_protos_jet.h | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
D | jemalloc_protos.h | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
D | jemalloc_protos.h.in | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_macros.h | 63 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 90 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) macro 93 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 114 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro
|
D | jemalloc.h | 126 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 153 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) 156 # define JEMALLOC_ALLOC_SIZE2(s1, s2) 177 # define JEMALLOC_ALLOC_SIZE2(s1, s2) 201 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
D | jemalloc_macros.h.in | 63 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 90 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) macro 93 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro 114 # define JEMALLOC_ALLOC_SIZE2(s1, s2) macro
|
D | jemalloc_protos.h | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
D | jemalloc_protos_jet.h | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
D | jemalloc_protos.h.in | 15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
|
/external/jemalloc/src/ |
D | jemalloc.c | 1803 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2)
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2132 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2)
|