Lines Matching refs:tcache
650 tcache_t *tcache; in stats_print_atexit() local
653 ql_foreach(tcache, &arena->tcache_ql, link) { in stats_print_atexit()
654 tcache_stats_merge(tsdn, tcache, arena); in stats_print_atexit()
1690 tcache_t *tcache; local
1697 tcache = tsd_tcachep_get(tsd);
1698 assert(tcache == tcache_get(tsd));
1700 tcache = tcache_get(tsd);
1703 tcache = NULL;
1705 tcache = tcaches_get(tsd, dopts->tcache_ind);
1722 dopts->zero, tcache, arena);
1725 return iallocztm(tsd_tsdn(tsd), size, ind, dopts->zero, tcache, false,
2208 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { argument
2238 idalloctm(tsd_tsdn(tsd), ptr, tcache, &alloc_ctx, false,
2241 idalloctm(tsd_tsdn(tsd), ptr, tcache, &alloc_ctx, false,
2247 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { argument
2296 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, ctx, false);
2298 isdalloct(tsd_tsdn(tsd), ptr, usize, tcache, ctx, true);
2317 tcache_t *tcache; local
2320 tcache = tcache_get(tsd);
2322 tcache = NULL;
2324 ifree(tsd, ptr, tcache, true);
2404 tcache_t *tcache; local
2408 tcache = tsd_tcachep_get(tsd);
2409 ifree(tsd, ptr, tcache, false);
2412 tcache = tcache_get(tsd);
2414 tcache = NULL;
2416 ifree(tsd, ptr, tcache, true);
2612 size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, argument
2621 alignment, zero, tcache, arena);
2628 tcache, arena);
2636 size_t alignment, size_t *usize, bool zero, tcache_t *tcache, argument
2647 *usize, alignment, zero, tcache, arena, tctx);
2650 zero, tcache, arena);
2685 tcache_t *tcache; local
2709 tcache = NULL;
2711 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
2714 tcache = tcache_get(tsd);
2731 zero, tcache, arena, &alloc_ctx);
2737 zero, tcache, arena);
2946 tcache_t *tcache; local
2951 tcache = NULL;
2953 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
2957 tcache = tsd_tcachep_get(tsd);
2958 assert(tcache == tcache_get(tsd));
2961 tcache = tcache_get(tsd);
2963 tcache = NULL;
2971 ifree(tsd, ptr, tcache, false);
2973 ifree(tsd, ptr, tcache, true);
3008 tcache_t *tcache; local
3013 tcache = NULL;
3015 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
3019 tcache = tsd_tcachep_get(tsd);
3020 assert(tcache == tcache_get(tsd));
3023 tcache = tcache_get(tsd);
3025 tcache = NULL;
3033 isfree(tsd, ptr, usize, tcache, false);
3035 isfree(tsd, ptr, usize, tcache, true);