Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c98 bool merged_stats = false; in tcache_bin_flush_small() local
121 assert(!merged_stats); in tcache_bin_flush_small()
122 merged_stats = true; in tcache_bin_flush_small()
153 if (config_stats && !merged_stats) { in tcache_bin_flush_small()
180 bool merged_stats = false; in tcache_bin_flush_large() local
204 merged_stats = true; in tcache_bin_flush_large()
238 if (config_stats && !merged_stats) { in tcache_bin_flush_large()
/external/jemalloc_new/src/
Dtcache.c110 bool merged_stats = false; in tcache_bin_flush_small() local
140 assert(!merged_stats); in tcache_bin_flush_small()
141 merged_stats = true; in tcache_bin_flush_small()
173 if (config_stats && !merged_stats) { in tcache_bin_flush_small()
200 bool merged_stats = false; in tcache_bin_flush_large() local
243 merged_stats = true; in tcache_bin_flush_large()
281 if (config_stats && !merged_stats) { in tcache_bin_flush_large()