Home
last modified time | relevance | path

Searched refs:RestrictMemoryToMaxAddress (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac_libcdep.cpp21 void RestrictMemoryToMaxAddress(uptr max_address) { in RestrictMemoryToMaxAddress() function
H A Dsanitizer_mac.h63 void RestrictMemoryToMaxAddress(uptr max_address);
H A Dsanitizer_mac.cpp1222 RestrictMemoryToMaxAddress(new_max_vm); in MapDynamicShadow()