Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/
H A DStatistics.h90 bin_counters& ctrs = statistic[thread][i]; in STAT_print() local
92 fprintf(outfile, ": allocNewBlocks %5d", ctrs.counter[allocBlockNew]); in STAT_print()
96 fprintf(outfile, ", emptyEnough %10d", ctrs.counter[examineEmptyEnough]); in STAT_print()
97 fprintf(outfile, ", notEmptyEnough %10d", ctrs.counter[examineNotEmpty]); in STAT_print()
99 fprintf(outfile, ", freeBlocksBack %5d", ctrs.counter[freeBlockBack]); in STAT_print()
104 bin_counters& ctrs = statistic[thread][i]; in STAT_print() local
106 fprintf(outfile, ": allocBumpPtr %10d", ctrs.counter[allocBumpPtrUsed]); in STAT_print()
110 fprintf(outfile, ", freedByOther %10d", ctrs.counter[freeByOtherThread]); in STAT_print()
113 bin_counters& ctrs = statistic[thread][ThreadCommonCounters]; in STAT_print() local
117 fprintf(outfile, ", cacheLargeObject %5d", ctrs.counter[cacheLargeObj]); in STAT_print()
[all …]