Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp151 if (pssMemoryKb > (userMonitorInfo->GetTopMemory())) { in CollectUserBaseInfo()
183 uint64_t topMemory = userMonitorInfo->GetTopMemory(); in IsMemoryLeak()
218 uint64_t diff = userMonitorInfo->GetTopMemory() - userMonitorInfo->GetMemoryLimit(); in JudgeSmallMemoryLeakGrade()
231 uint64_t diff = userMonitorInfo->GetTopMemory() - memoryLimit; in JudgeMemoryLeakGradeByRatio()
319 fout << "\tTopPssMemory: " << userMonitorInfo->GetTopMemory() << endl; in DumpGeneralInfo()
410 fout << "TopPssMemory:\t" << userMonitorInfo->GetTopMemory() << "(KB)" << endl; in DumpUserMemInfo()
494 + "TopPssMemory:\t" + to_string(userMonitorInfo->GetTopMemory()) + "\n" in DumpUserMemInfoToSmapsFile()
639 info.pss = userMonitorInfo->GetTopMemory(); in PostEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/base/
H A Dfault_info_base.h170 uint64_t GetTopMemory() const in GetTopMemory() function