Lines Matching refs:stats
118 bin->stats.nflushes++; in tcache_bin_flush_small()
119 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_bin_flush_small()
152 bin->stats.nflushes++; in tcache_bin_flush_small()
153 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_bin_flush_small()
196 arena->stats.nrequests_large += in tcache_bin_flush_large()
198 arena->stats.lstats[binind - NBINS].nrequests += in tcache_bin_flush_large()
234 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_bin_flush_large()
235 arena->stats.lstats[binind - NBINS].nrequests += in tcache_bin_flush_large()
410 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_stats_merge()
416 malloc_large_stats_t *lstats = &arena->stats.lstats[i - NBINS]; in tcache_stats_merge()
418 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_stats_merge()