Searched refs:current_rss_mb (Results 1 – 1 of 1) sorted by relevance
77 uptr current_rss_mb = GetRSS() >> 20; in BackgroundThread() local80 if (prev_reported_rss * 11 / 10 < current_rss_mb) { in BackgroundThread()81 Printf("%s: RSS: %zdMb\n", SanitizerToolName, current_rss_mb); in BackgroundThread()82 prev_reported_rss = current_rss_mb; in BackgroundThread()96 if (hard_rss_limit_mb && hard_rss_limit_mb < current_rss_mb) { in BackgroundThread()98 SanitizerToolName, hard_rss_limit_mb, current_rss_mb); in BackgroundThread()103 if (soft_rss_limit_mb < current_rss_mb && !reached_soft_rss_limit) { in BackgroundThread()106 SanitizerToolName, soft_rss_limit_mb, current_rss_mb); in BackgroundThread()109 } else if (soft_rss_limit_mb >= current_rss_mb && in BackgroundThread()