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