Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DStatistics.h51 static bool reportAllocationStatistics; variable
61 …return reportAllocationStatistics && thread < MAX_THREADS ? ++(statistic[thread][bin].counter[ctr]… in STAT_increment()
67 reportAllocationStatistics = true; in initStatisticsCollection()
78 if (!reportAllocationStatistics) in STAT_print()