Home
last modified time | relevance | path

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

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc463 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey() local
464 (*buckets)[static_cast<size_t>(bid)].make_space_for_key_call_id = make_space_for_key_call_id; in MakeSpaceForKey()
465 tree.push_back(CuckooNode(bid, 0, 0)); in MakeSpaceForKey()