Searched defs:GetPageSize (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp28 size_t HostInfoPosix::GetPageSize() { return ::getpagesize(); } function in class:HostInfoPosix
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp67 uptr GetPageSize() { function in namespace:__sanitizer
H A Dsanitizer_rtems.cpp139 uptr GetPageSize() { return getpagesize(); } function in namespace:__sanitizer
H A Dsanitizer_mac.cpp463 uptr GetPageSize() { function in namespace:__sanitizer
H A Dsanitizer_linux.cpp1065 uptr GetPageSize() { function in namespace:__sanitizer
H A Dsanitizer_fuchsia.cpp151 uptr GetPageSize() { return PAGE_SIZE; } function
H A Dsanitizer_common.h64 INLINE uptr GetPageSize() { function in namespace:__sanitizer

Completed in 153 milliseconds