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

  /external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h 23 static const size_t kMaxAsanReportSize = 1 << 16;
breakpad_linux.cc 804 iov[6].iov_len = kMaxAsanReportSize + 1;
    [all...]
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 151 scoped_ptr<char[]> asan_report(new char[kMaxAsanReportSize + 1]);
170 kMaxAsanReportSize + 1 +
190 iov[6].iov_len = kMaxAsanReportSize + 1;
311 asan_report[kMaxAsanReportSize] = '\0';

Completed in 133 milliseconds