Home
last modified time | relevance | path

Searched defs:max_vm (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1153 static uptr max_vm = GetTaskInfoMaxAddress(); in GetMaxUserVirtualAddress() local
1175 constexpr uptr max_vm = (1ULL << 47) - 1; // 0x00007fffffffffffUL; in GetMaxUserVirtualAddress() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp228 uptr max_vm = GetMaxUserVirtualAddress() + 1; in InitializePlatformEarly() local