Home
last modified time | relevance | path

Searched refs:bin_arena (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dtcache.c160 arena_t *bin_arena = arena_get(tsd_tsdn(tsd), bin_arena_ind, in tcache_bin_flush_small() local
164 bin_t *bin = &bin_arena->bins[binind].bin_shards[binshard]; in tcache_bin_flush_small()
166 if (config_prof && bin_arena == arena) { in tcache_bin_flush_small()
175 if (config_stats && bin_arena == arena && !merged_stats) { in tcache_bin_flush_small()
190 bin_arena, bin, binind, extent, ptr); in tcache_bin_flush_small()
204 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred); in tcache_bin_flush_small()