Searched refs:CuckooNode (Results 1 – 1 of 1) sorted by relevance
444 struct CuckooNode { in MakeSpaceForKey() struct448 CuckooNode(uint64_t _bucket_id, uint32_t _depth, int _parent_pos) in MakeSpaceForKey() function453 std::vector<CuckooNode> tree; in MakeSpaceForKey()465 tree.push_back(CuckooNode(bid, 0, 0)); in MakeSpaceForKey()470 CuckooNode& curr_node = tree[curr_pos]; in MakeSpaceForKey()490 tree.push_back(CuckooNode(child_bucket_id, curr_depth + 1, in MakeSpaceForKey()509 CuckooNode& curr_node = tree[bucket_to_replace_pos]; in MakeSpaceForKey()