Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drss_limit_checker.cpp
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp38 const uptr current_rss_mb = GetRSS() >> 20; in BackgroundThread()
H A Dsanitizer_fuchsia.cpp532 uptr GetRSS() { UNIMPLEMENTED(); } in GetRSS() function
H A Dsanitizer_linux_libcdep.cpp804 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_common.h174 uptr GetRSS();
H A Dsanitizer_win.cpp868 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_mac.cpp743 uptr GetRSS() { in GetRSS() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp486 uptr rss = GetRSS(); in BackgroundThread()
495 rss = GetRSS(); in BackgroundThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp179 internal_getpid(), GetRSS(), thread_stats.n_live_threads, in HwasanFormatMemoryUsage()