Searched refs:fAllocationCount (Results 1 – 2 of 2) sorted by relevance
35 SkDEBUGCODE(fAllocationCount = 0;) in GrMemoryPool()40 SkASSERT(0 == fAllocationCount); in ~GrMemoryPool()89 fAllocationCount++; in allocate()108 fAllocationCount--; in release()141 SkASSERT(allocCount == fAllocationCount); in validate()142 SkASSERT(fAllocationCount == fAllocatedIDs.count()); in validate()
123 int fAllocationCount; variable