Searched refs:GetTopMemory (Results 1 – 2 of 2) sorted by relevance
151 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()
170 uint64_t GetTopMemory() const in GetTopMemory() function