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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 182 InternalScopedBuffer<char> buff(kMaxSummaryLength);
192 InternalScopedBuffer<char> buff(kMaxSummaryLength);
sanitizer_common.h 243 const int kMaxSummaryLength = 1024;
  /external/compiler-rt/lib/lsan/
lsan_common.cc 598 InternalScopedBuffer<char> summary(kMaxSummaryLength);

Completed in 66 milliseconds