Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp
H A Dcommon.cpp39 uptr GetRSS() { return 0; } GetRSS() function
H A Drss_limit_checker.cpp
H A Dlinux.cpp218 uptr GetRSS() { GetRSS() function
/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.cpp529 uptr GetRSS() { UNIMPLEMENTED(); } in GetRSS() function
H A Dsanitizer_linux_libcdep.cpp778 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_win.cpp851 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_common.h174 uptr GetRSS();
H A Dsanitizer_mac.cpp756 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()