Searched refs:icalloct (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 268 icalloct
|
D | jemalloc_internal.h | 818 void *icalloct(tsd_t *tsd, size_t size, tcache_t *tcache, arena_t *arena); 902 icalloct(tsd_t *tsd, size_t size, tcache_t *tcache, arena_t *arena) in icalloct() function
|
D | private_namespace.h | 268 #define icalloct JEMALLOC_N(icalloct) macro
|
D | private_unnamespace.h | 268 #undef icalloct
|
D | jemalloc_internal.h.in | 818 void *icalloct(tsd_t *tsd, size_t size, tcache_t *tcache, arena_t *arena); 902 icalloct(tsd_t *tsd, size_t size, tcache_t *tcache, arena_t *arena) function
|
/external/jemalloc/src/ |
D | jemalloc.c | 1946 return (icalloct(tsd, usize, tcache, arena));
|