Searched refs:rss_during_last_reported_profile (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp40 uptr rss_during_last_reported_profile = 0; local
85 current_rss_mb > rss_during_last_reported_profile * 1.1) {
88 rss_during_last_reported_profile = current_rss_mb;

Completed in 23 milliseconds