Searched refs:fLiveCount (Results 1 – 2 of 2) sorted by relevance
37 SkASSERT(0 == fHead->fLiveCount); in ~GrMemoryPool()67 fTail->fLiveCount += 1; in allocate()78 if (1 == block->fLiveCount) { in release()82 fHead->fLiveCount = 0; in release()100 --block->fLiveCount; in release()117 block->fLiveCount = 0; in CreateBlock()136 allocCount += block->fLiveCount; in validate()153 SkASSERT(block->fLiveCount); in validate()158 if (!block->fLiveCount) { in validate()
44 bool isEmpty() const { return fTail == fHead && !fHead->fLiveCount; } in isEmpty()63 int fLiveCount; ///< number of outstanding allocations in the member