Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dquarantine.c31 tcache_get(tsd, true), true, NULL); in quarantine_init()
58 idalloctm(tsd, quarantine, tcache_get(tsd, false), true); in quarantine_alloc_hook_work()
90 idalloctm(tsd, quarantine, tcache_get(tsd, false), true); in quarantine_grow()
180 idalloctm(tsd, quarantine, tcache_get(tsd, false), true); in quarantine_cleanup()
Dckh.c286 idalloctm(tsd, tab, tcache_get(tsd, false), true); in ckh_grow()
291 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true); in ckh_grow()
333 idalloctm(tsd, tab, tcache_get(tsd, false), true); in ckh_shrink()
341 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true); in ckh_shrink()
424 idalloctm(tsd, ckh->tab, tcache_get(tsd, false), true); in ckh_delete()
Dprof.c548 vec) + (bt->len * sizeof(void *)), false, tcache_get(tsd, true), in prof_gctx_create()
590 idalloctm(tsd, gctx, tcache_get(tsd, false), true); in prof_gctx_try_destroy()
697 idalloctm(tsd, tctx, tcache_get(tsd, false), true); in prof_tctx_destroy()
726 idalloctm(tsd, gctx.v, tcache_get(tsd, false), true); in prof_lookup_global()
784 tcache = tcache_get(tsd, true); in prof_lookup()
1194 tcache_get(tsd, false), true); in prof_gctx_finish()
1696 tcache = tcache_get(tsd, true); in prof_tdata_init_impl()
1765 tcache = tcache_get(tsd, false); in prof_tdata_destroy_locked()
1930 ret = iallocztm(tsd, size, false, tcache_get(tsd, true), true, NULL); in prof_thread_name_alloc()
1962 idalloctm(tsd, tdata->thread_name, tcache_get(tsd, false), in prof_thread_name_set()
Djemalloc.c1763 ifree(tsd, ptr, tcache_get(tsd, false));
1818 ifree(tsd, ptr, tcache_get(tsd, false));
1908 *tcache = tcache_get(tsd, true);
1929 *tcache = tcache_get(tsd, true);
2162 tcache = tcache_get(tsd, true);
2346 tcache = tcache_get(tsd, false);
2384 tcache = tcache_get(tsd, false);
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h898 return (iallocztm(tsd, size, false, tcache_get(tsd, true), false, NULL)); in imalloc()
912 return (iallocztm(tsd, size, true, tcache_get(tsd, true), false, NULL)); in icalloc()
945 return (ipallocztm(tsd, usize, alignment, zero, tcache_get(tsd, in ipalloc()
1011 idalloctm(tsd, ptr, tcache_get(tsd, false), false); in idalloc()
1101 tcache_get(tsd, true), NULL)); in iralloc()
Dtcache.h168 tcache_t *tcache_get(tsd_t *tsd, bool create);
230 tcache_get(tsd_t *tsd, bool create) in tcache_get() function
Djemalloc_internal.h.in898 return (iallocztm(tsd, size, false, tcache_get(tsd, true), false, NULL));
912 return (iallocztm(tsd, size, true, tcache_get(tsd, true), false, NULL));
945 return (ipallocztm(tsd, usize, alignment, zero, tcache_get(tsd,
1011 idalloctm(tsd, ptr, tcache_get(tsd, false), false);
1101 tcache_get(tsd, true), NULL));
Dprivate_symbols.txt452 tcache_get
Dprivate_namespace.h452 #define tcache_get JEMALLOC_N(tcache_get) macro
Dprivate_unnamespace.h452 #undef tcache_get