Searched refs:fAllocatedIDs (Results 1 – 4 of 4) sorted by relevance
47 int n = fAllocatedIDs.count(); in reportLeaks()48 for (int id : fAllocatedIDs) { in reportLeaks()88 fAllocatedIDs.add(header->fID); in allocate()107 fAllocatedIDs.remove(header->fID); in release()142 SkASSERT(fAllocationCount == fAllocatedIDs.count()); in validate()
122 SkTHashSet<int> fAllocatedIDs; variable
51 int n = fAllocatedIDs.count(); in ~GrMemoryPool()52 fAllocatedIDs.foreach([&i, n] (int32_t id) { in ~GrMemoryPool()97 SkDEBUGCODE(fAllocatedIDs.add(allocData->fID)); in allocate()115 SkDEBUGCODE(fAllocatedIDs.remove(allocData->fID)); in release()213 SkASSERT(fAllocationCnt == fAllocatedIDs.count()); in validate()
115 SkTHashSet<int32_t> fAllocatedIDs; variable