Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.h35 const int kStackDepotMaxUseCount = 1U << 20; variable
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.h34 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable