Home
last modified time | relevance | path

Searched refs:mExhaustionPtrCount (Results 1 – 2 of 2) sorted by relevance

/system/chre/apps/chqts/src/general_test/
Dheap_exhaustion_stability_test.cc78 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()
Dheap_exhaustion_stability_test.h47 size_t mExhaustionPtrCount; variable