Searched refs:iallocztm (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h814 void *iallocztm(tsd_t *tsd, size_t size, bool zero, tcache_t *tcache,
872 iallocztm(tsd_t *tsd, size_t size, bool zero, tcache_t *tcache, bool is_metadata,
891 return (iallocztm(tsd, size, false, tcache, false, arena));
898 return (iallocztm(tsd, size, false, tcache_get(tsd, true), false, NULL));
905 return (iallocztm(tsd, size, true, tcache, false, arena));
912 return (iallocztm(tsd, size, true, tcache_get(tsd, true), false, NULL));
H A Dprivate_namespace.h266 #define iallocztm JEMALLOC_N(iallocztm) macro
H A Dprivate_unnamespace.h266 #undef iallocztm macro
/external/jemalloc/src/
H A Dquarantine.c29 quarantine = (quarantine_t *)iallocztm(tsd, offsetof(quarantine_t, objs)
H A Dprof.c547 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsd, offsetof(prof_gctx_t,
785 ret.v = iallocztm(tsd, sizeof(prof_tctx_t), false, tcache, true,
1697 tdata = (prof_tdata_t *)iallocztm(tsd, sizeof(prof_tdata_t), false,
1930 ret = iallocztm(tsd, size, false, tcache_get(tsd, true), true, NULL);
H A Djemalloc.c298 return (iallocztm(NULL, size, zero, false, is_metadata, a0get()));

Completed in 82 milliseconds