Searched refs:ReportMmapFailureAndDie (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 122 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report); in MmapOrDie() 147 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno); in MmapNoReserveOrDie() 164 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno); in MmapFixedOrDie()
|
D | sanitizer_common.cc | 166 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() function
|
D | sanitizer_win.cc | 89 ReportMmapFailureAndDie(size, mem_type, "allocate", in MmapOrDie()
|
D | sanitizer_common.h | 317 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,
|