Lines Matching refs:counter

54     int counter[MaxCounters];  member
61 …return reportAllocationStatistics && thread < MAX_THREADS ? ++(statistic[thread][bin].counter[ctr]… in STAT_increment()
92 fprintf(outfile, ": allocNewBlocks %5d", ctrs.counter[allocBlockNew]); in STAT_print()
93 fprintf(outfile, ", allocPublicBlocks %5d", ctrs.counter[allocBlockPublic]); in STAT_print()
94 fprintf(outfile, ", restoreBumpPtr %5d", ctrs.counter[freeRestoreBumpPtr]); in STAT_print()
95 fprintf(outfile, ", privatizeCalled %10d", ctrs.counter[allocPrivatized]); 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()
98 fprintf(outfile, ", freeBlocksPublic %5d", ctrs.counter[freeBlockPublic]); in STAT_print()
99 fprintf(outfile, ", freeBlocksBack %5d", ctrs.counter[freeBlockBack]); in STAT_print()
106 fprintf(outfile, ": allocBumpPtr %10d", ctrs.counter[allocBumpPtrUsed]); in STAT_print()
107 fprintf(outfile, ", allocFreeList %10d", ctrs.counter[allocFreeListUsed]); in STAT_print()
108 fprintf(outfile, ", freeToActiveBlk %10d", ctrs.counter[freeToActiveBlock]); in STAT_print()
109 fprintf(outfile, ", freeToInactive %10d", ctrs.counter[freeToInactiveBlock]); in STAT_print()
110 fprintf(outfile, ", freedByOther %10d", ctrs.counter[freeByOtherThread]); in STAT_print()
115 fprintf(outfile, ": allocNewLargeObject %5d", ctrs.counter[allocNewLargeObj]); in STAT_print()
116 fprintf(outfile, ": allocCachedLargeObject %5d", ctrs.counter[allocCachedLargeObj]); in STAT_print()
117 fprintf(outfile, ", cacheLargeObject %5d", ctrs.counter[cacheLargeObj]); in STAT_print()
118 fprintf(outfile, ", freeLargeObject %5d", ctrs.counter[freeLargeObj]); in STAT_print()
119 fprintf(outfile, ", lockPublicFreeList %5d", ctrs.counter[lockPublicFreeList]); in STAT_print()
120 fprintf(outfile, ", freeToOtherThread %10d", ctrs.counter[freeToOtherThread]); in STAT_print()