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