Searched refs:kMaxSummaryLength (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc182 InternalScopedBuffer<char> buff(kMaxSummaryLength);
192 InternalScopedBuffer<char> buff(kMaxSummaryLength);
H A Dsanitizer_common.h243 const int kMaxSummaryLength = 1024; member in namespace:__sanitizer
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc598 InternalScopedBuffer<char> summary(kMaxSummaryLength);

Completed in 222 milliseconds