/external/jemalloc/src/ |
D | quarantine.c | 31 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()
|
D | ckh.c | 286 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()
|
D | prof.c | 548 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()
|
D | jemalloc.c | 1763 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/ |
D | jemalloc_internal.h | 898 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()
|
D | tcache.h | 168 tcache_t *tcache_get(tsd_t *tsd, bool create); 230 tcache_get(tsd_t *tsd, bool create) in tcache_get() function
|
D | jemalloc_internal.h.in | 898 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));
|
D | private_symbols.txt | 452 tcache_get
|
D | private_namespace.h | 452 #define tcache_get JEMALLOC_N(tcache_get) macro
|
D | private_unnamespace.h | 452 #undef tcache_get
|