Home
last modified time | relevance | path

Searched defs:GetPageSize (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/test/src/string/memory_utils/
H A Dprotected_pages.h28 LIBC_INLINE size_t GetPageSize() { in GetPageSize() function
/llvm-project/lldb/source/Host/windows/
H A DHostInfoWindows.cpp53 size_t HostInfoWindows::GetPageSize() { in GetPageSize() function in HostInfoWindows
/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp157 int SBMemoryRegionInfo::GetPageSize() { in GetPageSize() function in SBMemoryRegionInfo
/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp30 size_t HostInfoPosix::GetPageSize() { return ::getpagesize(); } GetPageSize() function in HostInfoPosix
/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h117 int GetPageSize() const { return m_pagesize; } GetPageSize() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp115 uptr GetPageSize() { return _zx_system_get_page_size(); } GetPageSize() function
H A Dsanitizer_common.h65 inline uptr GetPageSize() { return 4096; } in GetPageSize() function
H A Dsanitizer_win.cpp70 uptr GetPageSize() { in GetPageSize() function
H A Dsanitizer_mac.cpp496 uptr GetPageSize() { in GetPageSize() function
H A Dsanitizer_linux.cpp1140 uptr GetPageSize() { GetPageSize() function
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp131 static uintptr_t GetPageSize() { in GetPageSize() function