Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc122 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()
Dsanitizer_common.cc166 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() function
Dsanitizer_win.cc89 ReportMmapFailureAndDie(size, mem_type, "allocate", in MmapOrDie()
Dsanitizer_common.h317 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,