| sanitizer_posix.cc | 50 int reserrno; local 51 if (UNLIKELY(internal_iserror(res, &reserrno))) 52 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report); 73 int reserrno; local 74 if (UNLIKELY(internal_iserror(res, &reserrno))) { 75 if (reserrno == ENOMEM) 77 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno); 113 int reserrno; local 114 if (UNLIKELY(internal_iserror(p, &reserrno))) 115 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno); 127 int reserrno; local [all...] |