Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrMemoryPool.cpp35 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()
DGrMemoryPool.h123 int fAllocationCount; variable