Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dtcache.c127 arena_t *bin_arena = extent_arena_get(extent); in tcache_bin_flush_small() local
128 bin_t *bin = &bin_arena->bins[binind]; in tcache_bin_flush_small()
130 if (config_prof && bin_arena == arena) { in tcache_bin_flush_small()
139 if (config_stats && bin_arena == arena) { in tcache_bin_flush_small()
154 if (extent_arena_get(extent) == bin_arena) { in tcache_bin_flush_small()
156 bin_arena, extent, ptr); in tcache_bin_flush_small()
170 arena_decay_ticks(tsd_tsdn(tsd), bin_arena, nflush - ndeferred); in tcache_bin_flush_small()