Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cc80 uptr current_rss_mb = GetRSS() >> 20; in BackgroundThread()
Dsanitizer_linux_libcdep.cc486 uptr GetRSS() { in GetRSS() function
Dsanitizer_mac.cc436 uptr GetRSS() { in GetRSS() function
Dsanitizer_win.cc640 uptr GetRSS() { in GetRSS() function
Dsanitizer_common.h106 uptr GetRSS();
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_libcdep.cpp43 const uptr current_rss_mb = GetRSS() >> 20; in BackgroundThread()
Dsanitizer_fuchsia.cpp506 uptr GetRSS() { UNIMPLEMENTED(); } in GetRSS() function
Dsanitizer_linux_libcdep.cpp653 uptr GetRSS() { in GetRSS() function
Dsanitizer_common.h160 uptr GetRSS();
Dsanitizer_win.cpp801 uptr GetRSS() { in GetRSS() function
Dsanitizer_mac.cpp722 uptr GetRSS() { in GetRSS() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc190 uptr rss = GetRSS(); in BackgroundThread()
198 rss = GetRSS(); in BackgroundThread()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.cpp151 internal_getpid(), GetRSS(), thread_stats.n_live_threads, in HwasanFormatMemoryUsage()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cpp193 uptr rss = GetRSS(); in BackgroundThread()
201 rss = GetRSS(); in BackgroundThread()
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp647 const uptr CurrentRssMb = GetRSS() >> 20; in isRssLimitExceeded()