Searched refs:imalloct (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 281 imalloct
|
D | jemalloc_internal.h | 869 void *imalloct(tsd_t *tsd, size_t size, szind_t ind, tcache_t *tcache, 944 imalloct(tsd_t *tsd, size_t size, szind_t ind, tcache_t *tcache, arena_t *arena) in imalloct() function
|
D | private_namespace.h | 283 #define imalloct JEMALLOC_N(imalloct) macro
|
D | private_unnamespace.h | 283 #undef imalloct
|
D | jemalloc_internal.h.in | 869 void *imalloct(tsd_t *tsd, size_t size, szind_t ind, tcache_t *tcache, 944 imalloct(tsd_t *tsd, size_t size, szind_t ind, tcache_t *tcache, arena_t *arena) function
|
/external/jemalloc/src/ |
D | jemalloc.c | 2075 return (imalloct(tsd, usize, ind, tcache, arena));
|