Searched defs:kStackDepotMaxUseCount (Results 1 – 3 of 3) sorted by relevance
34 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable
33 const int kStackDepotMaxUseCount = 1U << 20; variable
35 const int kStackDepotMaxUseCount = 1U << (SANITIZER_ANDROID ? 16 : 20); variable