Searched refs:TotalMemory (Results 1 – 3 of 3) sorted by relevance
76 if (info.TotalMemory() > singleMemoryWarning_) { in UpdateGpuMemoryInfo()92 totalMemory_ -= it->second.TotalMemory(); in EraseSnapshotInfoByPid()
616 if (memoryInfo.TotalMemory() <= memoryWarning_) { in MemoryOverCheck()694 + std::to_string(info.TotalMemory()) + "]"; in MemoryOverflow()708 "TOTAL_MEMORY", info.TotalMemory()); in MemoryOverReport()711 pid, bundleName.c_str(), info.cpuMemory, info.gpuMemory, info.TotalMemory(), ret); in MemoryOverReport()718 oss << info.first << '_' << info.second.TotalMemory() << ' '; in TotalMemoryOverReport()
29 size_t TotalMemory() const in TotalMemory() function