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