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