Searched refs:prev_reported_rss (Results 1 – 1 of 1) sorted by relevance
75 uptr prev_reported_rss = 0; in BackgroundThread() local83 if (prev_reported_rss * 11 / 10 < current_rss_mb) { in BackgroundThread()85 prev_reported_rss = current_rss_mb; in BackgroundThread()