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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp189 void *res = MmapFixedOrDie(shadow_, GetShadowSize(), "cfi shadow");
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp133 void *MmapFixedOrDie(uptr fixed_addr, uptr size, const char *name) { function in namespace:__sanitizer
H A Dsanitizer_posix_libcdep.cpp361 return reinterpret_cast<uptr>(MmapFixedOrDie(fixed_addr, size, name));
H A Dsanitizer_win.cpp247 // Memory space mapped by 'MmapFixedOrDie' must have been reserved by
249 void *MmapFixedOrDie(uptr fixed_addr, uptr size, const char *name) { function in namespace:__sanitizer
269 return reinterpret_cast<uptr>(MmapFixedOrDie(fixed_addr, size));
H A Dsanitizer_common.h106 void *MmapFixedOrDie(uptr fixed_addr, uptr size, const char *name = nullptr);
107 // Behaves just like MmapFixedOrDie, but tolerates out of memory condition, in

Completed in 171 milliseconds