Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dcommon_test.cpp80 int64_t Rss = scudo::GetRSS(); in TEST()
87 Rss = scudo::GetRSS(); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp42 RssLimitMb, GetRSS() >> 20); in reportSoftRSSLimit()
48 RssLimitMb, GetRSS() >> 20); in reportHardRSSLimit()
H A Dcommon.cpp39 uptr GetRSS() { return 0; } in GetRSS() function
H A Drss_limit_checker.cpp26 const uptr CurrentRssMb = GetRSS() >> 20; in check()
H A Dcommon.h135 uptr GetRSS();
H A Dlinux.cpp202 uptr GetRSS() { in GetRSS() function
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp38 const uptr current_rss_mb = GetRSS() >> 20; in BackgroundThread()
H A Dsanitizer_fuchsia.cpp466 uptr GetRSS() { UNIMPLEMENTED(); } in GetRSS() function
H A Dsanitizer_linux_libcdep.cpp762 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_win.cpp839 uptr GetRSS() { in GetRSS() function
H A Dsanitizer_common.h173 uptr GetRSS();
H A Dsanitizer_mac.cpp756 uptr GetRSS() { in GetRSS() function
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp485 uptr rss = GetRSS(); in BackgroundThread()
494 rss = GetRSS(); in BackgroundThread()
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.cpp173 internal_getpid(), GetRSS(), thread_stats.n_live_threads, in HwasanFormatMemoryUsage()