Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp43 const uptr current_rss_mb = GetRSS() >> 20; in BackgroundThread()
H A Dsanitizer_fuchsia.cpp517 uptr GetRSS() { UNIMPLEMENTED(); } in GetRSS() function
H A Dsanitizer_linux_libcdep.cpp685 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_win.cpp809 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_common.h169 uptr GetRSS();
H A Dsanitizer_mac.cpp761 uptr GetRSS() { in GetRSS() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp216 uptr rss = GetRSS(); in BackgroundThread()
224 rss = GetRSS(); in BackgroundThread()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp151 internal_getpid(), GetRSS(), thread_stats.n_live_threads, in HwasanFormatMemoryUsage()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp650 const uptr CurrentRssMb = GetRSS() >> 20; in isRssLimitExceeded()