Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DStatistics.h53 struct bin_counters { struct
57 static bin_counters statistic[MAX_THREADS][NUM_OF_BINS+1]; //zero-initialized; argument
90 bin_counters& ctrs = statistic[thread][i]; in STAT_print()
104 bin_counters& ctrs = statistic[thread][i]; in STAT_print()
113 bin_counters& ctrs = statistic[thread][ThreadCommonCounters]; in STAT_print()