Searched refs:mExhaustionPtrs (Results 1 – 2 of 2) sorted by relevance
65 mExhaustionPtrs = reinterpret_cast<void**>( in exhaustHeap()66 chreHeapAlloc(kNumPtrs * sizeof(*mExhaustionPtrs))); in exhaustHeap()67 if (mExhaustionPtrs == nullptr) { in exhaustHeap()92 mExhaustionPtrs[mExhaustionPtrCount] = ptr; in exhaustHeap()102 chreHeapFree(mExhaustionPtrs[i]); in freeMemory()104 chreHeapFree(mExhaustionPtrs); in freeMemory()
46 void **mExhaustionPtrs; variable