Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dheap_exhaustion_stability_test.cc68 mExhaustionPtrs = reinterpret_cast<void **>( in exhaustHeap()
69 chreHeapAlloc(kNumPtrs * sizeof(*mExhaustionPtrs))); in exhaustHeap()
70 if (mExhaustionPtrs == nullptr) { in exhaustHeap()
93 mExhaustionPtrs[mExhaustionPtrCount] = ptr; in exhaustHeap()
102 chreHeapFree(mExhaustionPtrs[i]); in freeMemory()
104 chreHeapFree(mExhaustionPtrs); in freeMemory()
Dheap_exhaustion_stability_test.h46 void **mExhaustionPtrs; variable