OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxAsanReportSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h
24
static const size_t
kMaxAsanReportSize
= 1 << 16;
breakpad_linux.cc
787
iov[7].iov_len =
kMaxAsanReportSize
+ 1;
[
all
...]
/external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc
152
asan_report_str_ = new char[
kMaxAsanReportSize
+ 1];
173
kMaxAsanReportSize
+ 1 +
193
iov[7].iov_len =
kMaxAsanReportSize
+ 1;
Completed in 510 milliseconds