Searched refs:kMaxCallerPcs (Results 1 – 1 of 1) sorted by relevance
17 static const int kMaxCallerPcs = 20; variable18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];28 if (sz > kMaxCallerPcs) return false; // early exit in report_this_error()31 if (sz > 0 && sz < kMaxCallerPcs) { in report_this_error()45 if (sz == kMaxCallerPcs) { in report_this_error()