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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cpp301 static bool MmapFixed(uptr fixed_addr, uptr size, int additional_flags, function
320 return MmapFixed(fixed_addr, size, MAP_NORESERVE, name);
328 return MmapFixed(fixed_addr, size, MAP_ALIGNED_SUPER, name);

Completed in 70 milliseconds