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 200 InternalScopedString buff(kMaxSummaryLength);
209 InternalScopedString buff(kMaxSummaryLength);
sanitizer_common.h 383 const int kMaxSummaryLength = 1024;
  /external/compiler-rt/lib/lsan/
lsan_common.cc 627 InternalScopedString summary(kMaxSummaryLength);

Completed in 651 milliseconds