Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac_libcdep.cpp22 uptr size_to_mmap = GetMaxUserVirtualAddress() + 1 - max_address; in RestrictMemoryToMaxAddress()
H A Dsanitizer_fuchsia.cpp123 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
128 uptr GetMaxVirtualAddress() { return GetMaxUserVirtualAddress(); } in GetMaxVirtualAddress()
H A Dsanitizer_mac.cpp1152 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
1173 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
1187 return GetMaxUserVirtualAddress(); in GetMaxVirtualAddress()
H A Dsanitizer_win.cpp82 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
89 return GetMaxUserVirtualAddress(); in GetMaxVirtualAddress()
H A Dsanitizer_linux_libcdep.cpp153 uptr maxAddr = GetMaxUserVirtualAddress(); in GetThreadStackTopAndBottom()
H A Dsanitizer_common.h79 uptr GetMaxUserVirtualAddress();
H A Dsanitizer_linux.cpp1198 uptr GetMaxUserVirtualAddress() { in GetMaxUserVirtualAddress() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp122 kHighMemEnd = GetMaxUserVirtualAddress(); in InitializeHighMemEnd()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp228 uptr max_vm = GetMaxUserVirtualAddress() + 1; in InitializePlatformEarly()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp131 const uptr maxVirtualAddress = GetMaxUserVirtualAddress(); in InitShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp318 uptr vma = GetMaxUserVirtualAddress(); in InitShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp101 uptr max_address = GetMaxUserVirtualAddress(); in GetHighMemEnd()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1075 const uptr maxVirtualAddress = GetMaxUserVirtualAddress(); in dfsan_flush()
1186 const uptr maxVirtualAddress = GetMaxUserVirtualAddress(); in InitShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp328 kHighMemEnd = GetMaxUserVirtualAddress(); in InitializeHighMemEnd()