Home
last modified time | relevance | path

Searched defs:max_address (Results 1 – 4 of 4) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac_libcdep.cpp21 void RestrictMemoryToMaxAddress(uptr max_address) { in RestrictMemoryToMaxAddress()
H A Dsanitizer_common.h843 uptr max_address() const { return max_address_; } max_address() function
H A Dsanitizer_mac.cpp1140 mach_vm_address_t max_address; global() member
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp101 uptr max_address = GetMaxUserVirtualAddress(); in GetHighMemEnd() local