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