Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.h34 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.h33 const int kStackDepotMaxUseCount = 1U << 20; variable
H A Dsanitizer_stackdepot.cc86 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h35 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable
H A Dsanitizer_stackdepot.cc88 COMPILER_CHECK(StackDepotNode::kMaxUseCount == (u32)kStackDepotMaxUseCount);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan.cc215 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) { in InitializeFlags()
219 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2); in InitializeFlags()