Searched refs:fAttributeCount (Results 1 – 2 of 2) sorted by relevance
24 fAttributeCount(0), in AllocationInfo()77 fAttributeCount++; in AddAttributeAllocation()175 PRINT(" attributes: %9lu, size: %9lu\n", fAttributeCount, fAttributeSize); in Dump()176 heapCount += fAttributeCount; in Dump()177 heapSize += fAttributeCount * sizeof(Attribute); in Dump()
43 size_t fAttributeCount; variable