Searched refs:ReportMmapFailureAndDie (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_fuchsia.cpp | 179 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 D | sanitizer_posix.cpp | 50 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 D | sanitizer_win.cpp | 132 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 D | sanitizer_common.cpp | 36 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() function
|
| H A D | sanitizer_common.h | 309 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,
|