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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h35 const int kStackDepotMaxUseCount = 1U << 20; member in namespace:__sanitizer
H A Dsanitizer_stackdepot.cc89 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
/external/compiler-rt/lib/msan/
H A Dmsan.cc133 // Limiting to kStackDepotMaxUseCount / 2 to avoid overflow in
136 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) {
140 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2);

Completed in 406 milliseconds