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()90 mExhaustionPtrs[mExhaustionPtrCount] = ptr; in exhaustHeap()99 chreHeapFree(mExhaustionPtrs[i]); in freeMemory()101 chreHeapFree(mExhaustionPtrs); in freeMemory()
46 void **mExhaustionPtrs; variable