Searched refs:iqalloc (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 290 iqalloc
|
D | private_namespace.h | 292 #define iqalloc JEMALLOC_N(iqalloc) macro
|
D | jemalloc_internal.h | 887 void iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path); 1074 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) in iqalloc() function
|
D | private_unnamespace.h | 292 #undef iqalloc
|
D | jemalloc_internal.h.in | 887 void iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path); 1074 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) function
|
/external/jemalloc/src/ |
D | jemalloc.c | 1831 iqalloc(tsd, ptr, tcache, false); 1835 iqalloc(tsd, ptr, tcache, true);
|