HomeSort by: relevance | last modified time | path
    Searched refs:max_address (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac_libcdep.cc 22 void RestrictMemoryToMaxAddress(uptr max_address) {
23 uptr size_to_mmap = GetMaxUserVirtualAddress() + 1 - max_address;
24 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap");
sanitizer_mac.h 55 void RestrictMemoryToMaxAddress(uptr max_address);
sanitizer_mac.cc 942 mach_vm_address_t max_address; member in struct:__sanitizer::__sanitizer_task_vm_info
951 if (err == 0 && vm_info.max_address != 0) {
952 return vm_info.max_address - 1;

Completed in 14 milliseconds