Searched refs:current_rss_mb (Results 1 – 1 of 1) sorted by relevance
80 uptr current_rss_mb = GetRSS() >> 20; in BackgroundThread() local83 if (prev_reported_rss * 11 / 10 < current_rss_mb) { in BackgroundThread()84 Printf("%s: RSS: %zdMb\n", SanitizerToolName, current_rss_mb); in BackgroundThread()85 prev_reported_rss = current_rss_mb; in BackgroundThread()99 if (hard_rss_limit_mb && hard_rss_limit_mb < current_rss_mb) { in BackgroundThread()101 SanitizerToolName, hard_rss_limit_mb, current_rss_mb); in BackgroundThread()106 if (soft_rss_limit_mb < current_rss_mb && !reached_soft_rss_limit) { in BackgroundThread()109 SanitizerToolName, soft_rss_limit_mb, current_rss_mb); in BackgroundThread()112 } else if (soft_rss_limit_mb >= current_rss_mb && in BackgroundThread()