Searched refs:fLiveCount (Results 1 – 2 of 2) sorted by relevance
37 SkASSERT(0 == fHead->fLiveCount); in ~GrMemoryPool()70 fTail->fLiveCount += 1; in allocate()85 if (1 == block->fLiveCount) { in release()89 fHead->fLiveCount = 0; in release()107 --block->fLiveCount; in release()125 block->fLiveCount = 0; in CreateBlock()147 allocCount += block->fLiveCount; in validate()164 SkASSERT(block->fLiveCount); in validate()169 if (!block->fLiveCount) { in validate()
44 bool isEmpty() const { return fTail == fHead && !fHead->fLiveCount; } in isEmpty()66 int fLiveCount; ///< number of outstanding allocations in the member