Home
last modified time | relevance | path

Searched refs:icalloct (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt268 icalloct
Djemalloc_internal.h818 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
Dprivate_namespace.h268 #define icalloct JEMALLOC_N(icalloct) macro
Dprivate_unnamespace.h268 #undef icalloct
Djemalloc_internal.h.in818 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/
Djemalloc.c1946 return (icalloct(tsd, usize, tcache, arena));