Home
last modified time | relevance | path

Searched refs:GetMeminfo (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/
H A Dparse_meminfo.h30 bool GetMeminfo(ValueMap &meminfo);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
H A Dparse_meminfo.cpp55 bool ParseMeminfo::GetMeminfo(ValueMap &result) in GetMeminfo() function in OHOS::HiviewDFX::ParseMeminfo
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h72 static void GetMeminfo(uint64_t &avaliableMem, uint64_t &freeMem, uint64_t &totalMem);
H A Dfault_detector_util.cpp431 void FaultDetectorUtil::GetMeminfo(uint64_t &avaliableMem, uint64_t &freeMem, uint64_t &totalMem) in GetMeminfo() function in OHOS::HiviewDFX::FaultDetectorUtil
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h101 bool GetMeminfo(ValueMap &result);
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp263 bool MemoryInfo::GetMeminfo(ValueMap &result) in GetMeminfo() function in OHOS::HiviewDFX::MemoryInfo
266 return parseMeminfo->GetMeminfo(result); in GetMeminfo()
868 if (!GetMeminfo(meminfoResult)) { in DealResult()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp641 FaultDetectorUtil::GetMeminfo(info.avaliableMem, info.freeMem, info.totalMem); in PostEvent()

Completed in 6 milliseconds