Searched refs:mExhaustionPtrCount (Results 1 – 2 of 2) sorted by relevance
78 for (mExhaustionPtrCount = 0; in exhaustHeap()79 mExhaustionPtrCount < kNumPtrs; in exhaustHeap()80 mExhaustionPtrCount++) { in exhaustHeap()92 mExhaustionPtrs[mExhaustionPtrCount] = ptr; in exhaustHeap()94 if (mExhaustionPtrCount == 0) { in exhaustHeap()101 for (size_t i = 0; i < mExhaustionPtrCount; i++) { in freeMemory()
47 size_t mExhaustionPtrCount; variable