Home
last modified time | relevance | path

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

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc507 uint32_t bucket_to_replace_pos = static_cast<uint32_t>(tree.size()) - 1; in MakeSpaceForKey() local
508 while (bucket_to_replace_pos >= num_hash_func_) { in MakeSpaceForKey()
509 CuckooNode& curr_node = tree[bucket_to_replace_pos]; in MakeSpaceForKey()
512 bucket_to_replace_pos = curr_node.parent_pos; in MakeSpaceForKey()
514 *bucket_id = tree[bucket_to_replace_pos].bucket_id; in MakeSpaceForKey()