Lines Matching refs:tcache

1381 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,  in arena_tcache_fill_small()  argument
1395 tcache->lg_fill_div[binind]); i < nfill; i += cnt) { in arena_tcache_fill_small()
1533 bool zero, tcache_t *tcache) { in arena_palloc() argument
1541 zero, tcache, true); in arena_palloc()
1597 arena_dalloc_promoted(tsdn_t *tsdn, void *ptr, tcache_t *tcache, in arena_dalloc_promoted() argument
1613 if (bumped_usize <= tcache_maxclass && tcache != NULL) { in arena_dalloc_promoted()
1614 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, ptr, in arena_dalloc_promoted()
1787 size_t alignment, bool zero, tcache_t *tcache) { in arena_ralloc_move_helper() argument
1790 zero, tcache, true); in arena_ralloc_move_helper()
1796 return ipalloct(tsdn, usize, alignment, zero, tcache, arena); in arena_ralloc_move_helper()
1801 size_t size, size_t alignment, bool zero, tcache_t *tcache, in arena_ralloc() argument
1824 alignment, zero, tcache, hook_args); in arena_ralloc()
1832 zero, tcache); in arena_ralloc()
1849 isdalloct(tsdn, ptr, oldsize, tcache, NULL, true); in arena_ralloc()
2269 tcache_t *tcache = tcache_get(tsdn_tsd(tsdn)); in arena_postfork_child() local
2270 if (tcache != NULL && tcache->arena == arena) { in arena_postfork_child()
2271 ql_elm_new(tcache, link); in arena_postfork_child()
2272 ql_tail_insert(&arena->tcache_ql, tcache, link); in arena_postfork_child()
2274 &tcache->cache_bin_array_descriptor, in arena_postfork_child()
2275 tcache->bins_small, tcache->bins_large); in arena_postfork_child()
2277 &tcache->cache_bin_array_descriptor, link); in arena_postfork_child()