Home
last modified time | relevance | path

Searched refs:tcache_get (Results 1 – 10 of 10) sorted by relevance

/external/jemalloc/src/
Dquarantine.c33 false, tcache_get(tsd, true), true, NULL, true); in quarantine_init()
60 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true); in quarantine_alloc_hook_work()
92 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true); in quarantine_grow()
182 idalloctm(tsd, quarantine, tcache_get(tsd, false), true, true); in quarantine_cleanup()
Dckh.c286 idalloctm(tsd, tab, tcache_get(tsd, false), true, true); in ckh_grow()
291 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true); in ckh_grow()
333 idalloctm(tsd, tab, tcache_get(tsd, false), true, true); in ckh_shrink()
341 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true); in ckh_shrink()
424 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true, true); in ckh_delete()
Dprof.c556 size2index(size), false, tcache_get(tsd, true), true, NULL, true); in prof_gctx_create()
597 idalloctm(tsd, gctx, tcache_get(tsd, false), true, true); in prof_gctx_try_destroy()
704 idalloctm(tsd, tctx, tcache_get(tsd, false), true, true); in prof_tctx_destroy()
733 idalloctm(tsd, gctx.v, tcache_get(tsd, false), true, in prof_lookup_global()
792 tcache = tcache_get(tsd, true); in prof_lookup()
1215 tcache_get(tsd, false), true, true); in prof_gctx_finish()
1732 tcache = tcache_get(tsd, true); in prof_tdata_init_impl()
1801 tcache = tcache_get(tsd, false); in prof_tdata_destroy_locked()
1966 ret = iallocztm(tsd, size, size2index(size), false, tcache_get(tsd, in prof_thread_name_alloc()
1999 idalloctm(tsd, tdata->thread_name, tcache_get(tsd, false), in prof_thread_name_set()
Djemalloc.c1874 ifree(tsd, ptr, tcache_get(tsd, false), true);
1934 ifree(tsd, ptr, tcache_get(tsd, false), false);
1936 ifree(tsd, ptr, tcache_get(tsd, false), true);
2032 *tcache = tcache_get(tsd, true);
2054 *tcache = tcache_get(tsd, true);
2295 tcache = tcache_get(tsd, true);
2504 tcache = tcache_get(tsd, false);
2541 tcache = tcache_get(tsd, false);
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h954 return (iallocztm(tsd, size, ind, false, tcache_get(tsd, true), false, in imalloc()
969 return (iallocztm(tsd, size, ind, true, tcache_get(tsd, true), false, in icalloc()
1003 return (ipallocztm(tsd, usize, alignment, zero, tcache_get(tsd, true), in ipalloc()
1070 idalloctm(tsd, ptr, tcache_get(tsd, false), false, true); in idalloc()
1160 tcache_get(tsd, true), NULL)); in iralloc()
Dtcache.h175 tcache_t *tcache_get(tsd_t *tsd, bool create);
237 tcache_get(tsd_t *tsd, bool create) in tcache_get() function
Djemalloc_internal.h.in954 return (iallocztm(tsd, size, ind, false, tcache_get(tsd, true), false,
969 return (iallocztm(tsd, size, ind, true, tcache_get(tsd, true), false,
1003 return (ipallocztm(tsd, usize, alignment, zero, tcache_get(tsd, true),
1070 idalloctm(tsd, ptr, tcache_get(tsd, false), false, true);
1160 tcache_get(tsd, true), NULL));
Dprivate_symbols.txt488 tcache_get
Dprivate_namespace.h490 #define tcache_get JEMALLOC_N(tcache_get) macro
Dprivate_unnamespace.h490 #undef tcache_get