Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc125 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument
132 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report); in MmapOrDie()
Dsanitizer_common.cc105 bool raw_report) { in ReportMmapFailureAndDie() argument
107 if (raw_report || recursion_count) { in ReportMmapFailureAndDie()
Dsanitizer_win.cc88 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument
92 GetLastError(), raw_report); in MmapOrDie()
Dsanitizer_common.h83 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report = false);
342 bool raw_report = false);