Home
last modified time | relevance | path

Searched refs:GetDefaultCacheShardBits (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/cache/
Dsharded_cache.h110 extern int GetDefaultCacheShardBits(size_t capacity);
Dsharded_cache.cc149 int GetDefaultCacheShardBits(size_t capacity) { in GetDefaultCacheShardBits() function
Dlru_cache.cc566 num_shard_bits = GetDefaultCacheShardBits(capacity); in NewLRUCache()
Dclock_cache.cc752 num_shard_bits = GetDefaultCacheShardBits(capacity); in NewClockCache()
/rocksdb-6.9/options/
Doptions_test.cc626 GetDefaultCacheShardBits(new_opt.block_cache->GetCapacity())); in TEST_F()
636 GetDefaultCacheShardBits( in TEST_F()