Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cpp40 uptr rss_during_last_reported_profile = 0; in BackgroundThread() local
85 current_rss_mb > rss_during_last_reported_profile * 1.1) { in BackgroundThread()
88 rss_during_last_reported_profile = current_rss_mb; in BackgroundThread()