Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h34 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan.cpp218 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) { in InitializeFlags()
222 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2); in InitializeFlags()