Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DStatistics.h57 static bin_counters statistic[MAX_THREADS][NUM_OF_BINS+1]; //zero-initialized; variable
61 …return reportAllocationStatistics && thread < MAX_THREADS ? ++(statistic[thread][bin].counter[ctr]… in STAT_increment()
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()