Home
last modified time | relevance | path

Searched refs:MmapFixedOrDieOnFatalError (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc248 return reinterpret_cast<uptr>(MmapFixedOrDieOnFatalError(fixed_addr, size)); in Map()
264 void *MmapFixedOrDieOnFatalError(uptr fixed_addr, uptr size) { in MmapFixedOrDieOnFatalError() function
H A Dsanitizer_posix.cc144 void *MmapFixedOrDieOnFatalError(uptr fixed_addr, uptr size) { in MmapFixedOrDieOnFatalError() function
H A Dsanitizer_posix_libcdep.cc369 return reinterpret_cast<uptr>(MmapFixedOrDieOnFatalError(fixed_addr, size)); in Map()
H A Dsanitizer_common.h108 void *MmapFixedOrDieOnFatalError(uptr fixed_addr, uptr size);