Searched refs:size_to_mmap (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mac_libcdep.cc23 uptr size_to_mmap = GetMaxUserVirtualAddress() + 1 - max_address; local
24 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap");
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac_libcdep.cc21 uptr size_to_mmap = GetMaxUserVirtualAddress() + 1 - max_address; local
22 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap");
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac_libcdep.cpp22 uptr size_to_mmap = GetMaxUserVirtualAddress() + 1 - max_address; local
23 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap");

Completed in 270 milliseconds