Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp179 ReportMmapFailureAndDie(size, mem_type, "zx_vmo_create", status, in DoAnonymousMmapOrDie()
195 ReportMmapFailureAndDie(size, mem_type, "zx_vmar_map", status, in DoAnonymousMmapOrDie()
228 ReportMmapFailureAndDie(init_size, name, "zx_vmar_allocate", status); in Init()
245 ReportMmapFailureAndDie(map_size, name, "zx_vmo_create", status); in DoMmapFixedOrDie()
258 ReportMmapFailureAndDie(map_size, name, "zx_vmar_map", status); in DoMmapFixedOrDie()
328 ReportMmapFailureAndDie(size, mem_type, "zx_vmo_create", status, false); in MmapAlignedOrDieOnFatalError()
373 ReportMmapFailureAndDie(size, mem_type, "zx_vmar_map", status, false); in MmapAlignedOrDieOnFatalError()
H A Dsanitizer_posix.cpp50 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report); in MmapOrDie()
74 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno); in MmapOrDieOnFatalError()
109 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno); in MmapNoReserveOrDie()
127 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno); in MmapFixedImpl()
H A Dsanitizer_win.cpp132 ReportMmapFailureAndDie(size, mem_type, "allocate", in MmapOrDie()
162 ReportMmapFailureAndDie(size, mem_type, mmap_type, last_error); in ReturnNullptrOnOOMOrDie()
191 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError()); in MmapAlignedOrDieOnFatalError()
211 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError()); in MmapAlignedOrDieOnFatalError()
263 ReportMmapFailureAndDie(size, mem_type, "allocate", GetLastError()); in MmapFixedOrDie()
H A Dsanitizer_common.cpp36 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() function
H A Dsanitizer_common.h309 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,