Home
last modified time | relevance | path

Searched refs:mPeakAllocatedBytes (Results 1 – 3 of 3) sorted by relevance

/system/chre/core/include/chre/core/
Dnanoapp.h70 return mPeakAllocatedBytes; in getPeakAllocatedBytes()
82 if (mTotalAllocatedBytes > mPeakAllocatedBytes) { in setTotalAllocatedBytes()
83 mPeakAllocatedBytes = mTotalAllocatedBytes; in setTotalAllocatedBytes()
167 size_t mPeakAllocatedBytes = 0; variable
/system/chre/platform/include/chre/platform/
Dmemory_manager.h69 return mPeakAllocatedBytes; in getPeakAllocatedBytes()
126 size_t mPeakAllocatedBytes = 0; variable
/system/chre/platform/shared/
Dmemory_manager.cc39 if (mTotalAllocatedBytes > mPeakAllocatedBytes) { in nanoappAlloc()
40 mPeakAllocatedBytes = mTotalAllocatedBytes; in nanoappAlloc()