Home
last modified time | relevance | path

Searched refs:GetRSSMemoryThreshold (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_util.cpp65 uint64_t NativeLeakUtil::GetRSSMemoryThreshold(uint64_t threshold) in GetRSSMemoryThreshold() function in OHOS::HiviewDFX::NativeLeakUtil
H A Dnative_leak_util.h70 static uint64_t GetRSSMemoryThreshold(uint64_t threshold);
H A Dnative_leak_detector.cpp121 uint64_t rssThreshold = NativeLeakUtil::GetRSSMemoryThreshold(threshold); in UpdateUserMonitorInfo()