We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40c1f7 commit bfee319Copy full SHA for bfee319
util/hash_cuckoo_rep.cc
@@ -70,7 +70,7 @@ class HashCuckooRep : public MemTableRep {
70
}
71
72
cuckoo_path_ = reinterpret_cast<int*>(
73
- arena_->Allocate(sizeof(int*) * (cuckoo_path_max_depth_ + 1)));
+ arena_->Allocate(sizeof(int) * (cuckoo_path_max_depth_ + 1)));
74
is_nearly_full_ = false;
75
76
0 commit comments