Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dfilter_policy.cc329 uint32_t total_bits_tmp = static_cast<uint32_t>(num_entry * bits_per_key_); in CalculateSpace() local
331 *total_bits = GetTotalBitsForLocality(total_bits_tmp); in CalculateSpace()