Home
last modified time | relevance | path

Searched refs:iallocztm (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h867 void *iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero,
928 iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm() function
947 return (iallocztm(tsd, size, ind, false, tcache, false, arena, true)); in imalloct()
954 return (iallocztm(tsd, size, ind, false, tcache_get(tsd, true), false, in imalloc()
962 return (iallocztm(tsd, size, ind, true, tcache, false, arena, true)); in icalloct()
969 return (iallocztm(tsd, size, ind, true, tcache_get(tsd, true), false, in icalloc()
Djemalloc_internal.h.in867 void *iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero,
928 iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero, tcache_t *tcache, function
947 return (iallocztm(tsd, size, ind, false, tcache, false, arena, true));
954 return (iallocztm(tsd, size, ind, false, tcache_get(tsd, true), false,
962 return (iallocztm(tsd, size, ind, true, tcache, false, arena, true));
969 return (iallocztm(tsd, size, ind, true, tcache_get(tsd, true), false,
Dprivate_symbols.txt274 iallocztm
Dprivate_namespace.h276 #define iallocztm JEMALLOC_N(iallocztm) macro
Dprivate_unnamespace.h276 #undef iallocztm
/external/jemalloc/src/
Dquarantine.c32 quarantine = (quarantine_t *)iallocztm(tsd, size, size2index(size), in quarantine_init()
Dprof.c555 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsd, size, in prof_gctx_create()
793 ret.v = iallocztm(tsd, sizeof(prof_tctx_t), in prof_lookup()
1733 tdata = (prof_tdata_t *)iallocztm(tsd, sizeof(prof_tdata_t), in prof_tdata_init_impl()
1966 ret = iallocztm(tsd, size, size2index(size), false, tcache_get(tsd, in prof_thread_name_alloc()
Djemalloc.c321 return (iallocztm(NULL, size, size2index(size), zero, false, in a0ialloc()