Home
last modified time | relevance | path

Searched refs:GetProcessRss (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_util.h63 static uint64_t GetProcessRss(int pid);
H A Dfault_detector_util.cpp311 uint64_t FaultDetectorUtil::GetProcessRss(int pid) in GetProcessRss() function in OHOS::HiviewDFX::FaultDetectorUtil
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.cpp122 uint64_t rssNum = FaultDetectorUtil::GetProcessRss(pid); in UpdateUserMonitorInfo()
H A Dnative_leak_state.cpp125 userMonitorInfo->AddMemory(FaultDetectorUtil::GetProcessRss(userMonitorInfo->GetPid())); in CollectUserBaseInfo()