HomeSort by relevance Sort by last modified time
    Searched refs:ReportMmapFailureAndDie (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 122 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report);
147 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno);
164 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno);
sanitizer_common.cc 166 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,
sanitizer_common.h 317 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type,
sanitizer_win.cc 89 ReportMmapFailureAndDie(size, mem_type, "allocate",

Completed in 179 milliseconds