Home
last modified time | relevance | path

Searched refs:GetStatm (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.h40 static bool GetStatm(uint64_t &rss);
H A Dtest_util.cpp196 bool TestUtil::GetStatm(uint64_t &rss) in GetStatm() function in OHOS::HiviewDFX::TestUtil
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h71 static void GetStatm(int32_t pid, uint64_t &vss, uint64_t &rss);
H A Dfault_detector_util.cpp412 void FaultDetectorUtil::GetStatm(int32_t pid, uint64_t &vss, uint64_t &rss) in GetStatm() function in OHOS::HiviewDFX::FaultDetectorUtil
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp640 FaultDetectorUtil::GetStatm(info.pid, info.vss, info.rss); in PostEvent()