Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc44 const uptr current_rss_mb = GetRSS() >> 20; in BackgroundThread()
H A Dsanitizer_fuchsia.cc495 uptr GetRSS() { UNIMPLEMENTED(); } in GetRSS() function
H A Dsanitizer_linux_libcdep.cc625 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_common.h133 uptr GetRSS();
H A Dsanitizer_win.cc759 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_mac.cc591 uptr GetRSS() { in GetRSS() function
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc193 uptr rss = GetRSS(); in BackgroundThread()
201 rss = GetRSS(); in BackgroundThread()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.cc182 internal_getpid(), GetRSS(), thread_stats.n_live_threads, in HwasanFormatMemoryUsage()
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp603 const uptr CurrentRssMb = GetRSS() >> 20; in isRssLimitExceeded()