/external/jemalloc/src/ |
D | quarantine.c | 33 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()
|
D | ckh.c | 286 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()
|
D | prof.c | 556 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()
|
D | jemalloc.c | 1874 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/ |
D | jemalloc_internal.h | 954 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()
|
D | tcache.h | 175 tcache_t *tcache_get(tsd_t *tsd, bool create); 237 tcache_get(tsd_t *tsd, bool create) in tcache_get() function
|
D | jemalloc_internal.h.in | 954 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));
|
D | private_symbols.txt | 488 tcache_get
|
D | private_namespace.h | 490 #define tcache_get JEMALLOC_N(tcache_get) macro
|
D | private_unnamespace.h | 490 #undef tcache_get
|