Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_util.cpp37 vector<pair<uint64_t, float>> g_rssthresholdTimes = { variable
67 auto it = find_if(g_rssthresholdTimes.begin(), g_rssthresholdTimes.end(), in GetRSSMemoryThreshold()
71 if (it != g_rssthresholdTimes.end()) { in GetRSSMemoryThreshold()