Searched refs:imalloct (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 612 void *imalloct(size_t size, bool try_tcache, arena_t *arena); 641 imalloct(size_t size, bool try_tcache, arena_t *arena) in malloc_tsd_protos() 656 return (imalloct(size, true, NULL)); in imalloc()
|
D | private_symbols.txt | 221 imalloct
|
D | private_namespace.h | 221 #define imalloct JEMALLOC_N(imalloct) macro
|
D | jemalloc_internal.h.in | 612 void *imalloct(size_t size, bool try_tcache, arena_t *arena); 641 imalloct(size_t size, bool try_tcache, arena_t *arena) 656 return (imalloct(size, true, NULL));
|
D | private_unnamespace.h | 221 #undef imalloct
|
/external/jemalloc/src/ |
D | jemalloc.c | 1382 return (imalloct(usize, try_tcache, arena));
|