Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp368 const int ExpectedInitialBucketCount = GetPageSizeCached() / /* sizeof(KV) */ 8; variable
/llvm-project/llvm/unittests/ADT/
H A DDenseMapTest.cpp386 const int ExpectedInitialBucketCount = 64; in TEST() local