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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h34 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); member in namespace:__sanitizer
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan.cpp215 // Limiting to kStackDepotMaxUseCount / 2 to avoid overflow in
218 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) {
222 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2);

Completed in 103 milliseconds