Lines Matching refs:tcache
766 tcache_t *tcache; in stats_print_atexit() local
775 ql_foreach(tcache, &arena->tcache_ql, link) { in stats_print_atexit()
776 tcache_stats_merge(tsdn, tcache, arena); in stats_print_atexit()
1883 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) argument
1902 iqalloc(tsd, ptr, tcache, false);
1906 iqalloc(tsd, ptr, tcache, true);
1912 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) argument
1927 isqalloc(tsd, ptr, usize, tcache, slow_path);
2123 size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena) argument
2138 *tcache = NULL;
2140 *tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
2142 *tcache = tcache_get(tsd, true);
2155 tcache_t *tcache, arena_t *arena, bool slow_path) argument
2160 return (ipalloct(tsdn, usize, alignment, zero, tcache, arena));
2163 return (iallocztm(tsdn, usize, ind, zero, tcache, false, arena,
2169 tcache_t *tcache, arena_t *arena, bool slow_path) argument
2177 tcache, arena, slow_path);
2182 p = imallocx_flags(tsdn, usize, alignment, zero, tcache, arena,
2195 tcache_t *tcache; local
2200 &zero, &tcache, &arena)))
2205 tcache, arena, slow_path);
2208 tcache, arena, slow_path);
2228 tcache_t *tcache; local
2232 &zero, &tcache, &arena)))
2234 p = imallocx_flags(tsd_tsdn(tsd), *usize, alignment, zero, tcache,
2307 size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, argument
2316 zero, tcache, arena);
2322 tcache, arena);
2330 size_t alignment, size_t *usize, bool zero, tcache_t *tcache, argument
2342 alignment, zero, tcache, arena, tctx);
2345 tcache, arena);
2382 tcache_t *tcache; local
2401 tcache = NULL;
2403 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
2405 tcache = tcache_get(tsd, true);
2416 zero, tcache, arena);
2421 tcache, arena);
2611 tcache_t *tcache; local
2620 tcache = NULL;
2622 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
2624 tcache = tcache_get(tsd, false);
2628 ifree(tsd, ptr, tcache, false);
2630 ifree(tsd, ptr, tcache, true);
2653 tcache_t *tcache; local
2665 tcache = NULL;
2667 tcache = tcaches_get(tsd, MALLOCX_TCACHE_GET(flags));
2669 tcache = tcache_get(tsd, false);
2673 isfree(tsd, ptr, usize, tcache, false);
2675 isfree(tsd, ptr, usize, tcache, true);