Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp193 ReportMmapFailureAndDie(size, mem_type, "zx_vmo_create", status, in DoAnonymousMmapOrDie()
207 ReportMmapFailureAndDie(size, mem_type, "zx_vmar_map", status, in DoAnonymousMmapOrDie()
240 ReportMmapFailureAndDie(init_size, name, "zx_vmar_allocate", status); in Init()
257 ReportMmapFailureAndDie(map_size, name, "zx_vmo_create", status); in DoMmapFixedOrDie()
270 ReportMmapFailureAndDie(map_size, name, "zx_vmar_map", status); in DoMmapFixedOrDie()
361 ReportMmapFailureAndDie(size, mem_type, "zx_vmo_create", status, false); in MmapAlignedOrDieOnFatalError()
405 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()
74 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno); in MmapOrDieOnFatalError()
117 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno); in MmapNoReserveOrDie()
135 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno); in MmapFixedImpl()
H A Dsanitizer_win.cpp142 ReportMmapFailureAndDie(size, mem_type, "allocate", in MmapOrDie()
186 ReportMmapFailureAndDie(size, mem_type, mmap_type, last_error); in ReturnNullptrOnOOMOrDie()
215 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError()); in MmapAlignedOrDieOnFatalError()
235 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError()); in MmapAlignedOrDieOnFatalError()
298 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.h334 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,