Searched refs:ReportMmapFailureAndDie (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_fuchsia.cpp | 194 ReportMmapFailureAndDie(size, mem_type, "zx_vmo_create", status, in DoAnonymousMmapOrDie() 208 ReportMmapFailureAndDie(size, mem_type, "zx_vmar_map", status, in DoAnonymousMmapOrDie() 241 ReportMmapFailureAndDie(init_size, name, "zx_vmar_allocate", status); in Init() 258 ReportMmapFailureAndDie(map_size, name, "zx_vmo_create", status); in DoMmapFixedOrDie() 271 ReportMmapFailureAndDie(map_size, name, "zx_vmar_map", status); in DoMmapFixedOrDie() 362 ReportMmapFailureAndDie(size, mem_type, "zx_vmo_create", status, false); in MmapAlignedOrDieOnFatalError() 406 ReportMmapFailureAndDie(size, mem_type, "zx_vmar_map", status, false); in MmapAlignedOrDieOnFatalError()
|
H A D | sanitizer_posix.cpp | 52 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 D | sanitizer_win.cpp | 142 ReportMmapFailureAndDie(size, mem_type, "allocate", in MmapOrDie() 169 ReportMmapFailureAndDie(size, mem_type, mmap_type, last_error); in ReturnNullptrOnOOMOrDie() 198 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError()); in MmapAlignedOrDieOnFatalError() 218 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError()); in MmapAlignedOrDieOnFatalError() 281 ReportMmapFailureAndDie(size, mem_type, "allocate", GetLastError()); in MmapFixedOrDie()
|
H A D | sanitizer_common.cpp | 38 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() function
|
H A D | sanitizer_common.h | 324 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,
|