Home
last modified time | relevance | path

Searched refs:kStackDepotMaxUseCount (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.h35 const int kStackDepotMaxUseCount = 1U << 20; variable
Dsanitizer_stackdepot.cc89 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
/external/compiler-rt/lib/msan/
Dmsan.cc136 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) { in ParseFlagsFromString()
140 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2); in ParseFlagsFromString()