Searched refs:mPeakAllocatedBytes (Results 1 – 3 of 3) sorted by relevance
74 return mPeakAllocatedBytes; in getPeakAllocatedBytes()85 if (mTotalAllocatedBytes > mPeakAllocatedBytes) { in setTotalAllocatedBytes()86 mPeakAllocatedBytes = mTotalAllocatedBytes; in setTotalAllocatedBytes()216 size_t mPeakAllocatedBytes = 0; variable
70 return mPeakAllocatedBytes; in getPeakAllocatedBytes()125 size_t mPeakAllocatedBytes = 0; variable
42 if (mTotalAllocatedBytes > mPeakAllocatedBytes) { in nanoappAlloc()43 mPeakAllocatedBytes = mTotalAllocatedBytes; in nanoappAlloc()