Searched refs:fAllocationCnt (Results 1 – 2 of 2) sorted by relevance
17 SkDEBUGCODE(fAllocationCnt = 0); in GrMemoryPool()35 SkASSERT(0 == fAllocationCnt); in ~GrMemoryPool()69 SkDEBUGCODE(++fAllocationCnt); in allocate()107 SkDEBUGCODE(--fAllocationCnt); in release()166 SkASSERT(allocCount == fAllocationCnt); in validate()
83 int fAllocationCnt; variable