Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
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, in iallocztm() function
891 return (iallocztm(tsd, size, false, tcache, false, arena)); in imalloct()
898 return (iallocztm(tsd, size, false, tcache_get(tsd, true), false, NULL)); in imalloc()
905 return (iallocztm(tsd, size, true, tcache, false, arena)); in icalloct()
912 return (iallocztm(tsd, size, true, tcache_get(tsd, true), false, NULL)); in icalloc()
Djemalloc_internal.h.in814 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, function
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));
Dprivate_symbols.txt266 iallocztm
Dprivate_namespace.h266 #define iallocztm JEMALLOC_N(iallocztm) macro
Dprivate_unnamespace.h266 #undef iallocztm
/external/jemalloc/src/
Dquarantine.c29 quarantine = (quarantine_t *)iallocztm(tsd, offsetof(quarantine_t, objs) in quarantine_init()
Dprof.c547 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsd, offsetof(prof_gctx_t, in prof_gctx_create()
785 ret.v = iallocztm(tsd, sizeof(prof_tctx_t), false, tcache, true, in prof_lookup()
1697 tdata = (prof_tdata_t *)iallocztm(tsd, sizeof(prof_tdata_t), false, in prof_tdata_init_impl()
1930 ret = iallocztm(tsd, size, false, tcache_get(tsd, true), true, NULL); in prof_thread_name_alloc()
Djemalloc.c298 return (iallocztm(NULL, size, zero, false, is_metadata, a0get())); in a0ialloc()