Home
last modified time | relevance | path

Searched refs:ReportMmapFailureAndDie (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp140 ReportMmapFailureAndDie(size, mem_type, "zx_vmo_create", status, in DoAnonymousMmapOrDie()
156 ReportMmapFailureAndDie(size, mem_type, "zx_vmar_map", status, in DoAnonymousMmapOrDie()
189 ReportMmapFailureAndDie(init_size, name, "zx_vmar_allocate", status); in Init()
206 ReportMmapFailureAndDie(map_size, name, "zx_vmo_create", status); in DoMmapFixedOrDie()
219 ReportMmapFailureAndDie(map_size, name, "zx_vmar_map", status); in DoMmapFixedOrDie()
298 ReportMmapFailureAndDie(size, mem_type, "zx_vmo_create", status, false); in MmapAlignedOrDieOnFatalError()
343 ReportMmapFailureAndDie(size, mem_type, "zx_vmar_map", status, false); in MmapAlignedOrDieOnFatalError()
H A Dsanitizer_posix.cpp52 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report); in MmapOrDie()
76 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno); in MmapOrDieOnFatalError()
119 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno); in MmapNoReserveOrDie()
137 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno); in MmapFixedImpl()
H A Dsanitizer_win.cpp142 ReportMmapFailureAndDie(size, mem_type, "allocate", in MmapOrDie()
172 ReportMmapFailureAndDie(size, mem_type, mmap_type, last_error); in ReturnNullptrOnOOMOrDie()
201 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError()); in MmapAlignedOrDieOnFatalError()
221 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError()); in MmapAlignedOrDieOnFatalError()
284 ReportMmapFailureAndDie(size, mem_type, "allocate", GetLastError()); in MmapFixedOrDie()
H A Dsanitizer_common.cpp38 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() function
H A Dsanitizer_common.h315 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,