Skip to content

Commit 739a8b9

Browse files
make test fail
1 parent 9e90e4a commit 739a8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memory_layout.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ pub(crate) fn bytes_needed<C: Config>(slot_count: usize) -> usize {
328328

329329
HEADER_SIZE
330330
+ slot_count * size_of_entry
331-
+ (slot_count + REFERENCE_GROUP_SIZE) * size_of_metadata
331+
+ (slot_count + crate::swisstable_group_query::GROUP_SIZE) * size_of_metadata
332332
}
333333

334334
pub(crate) fn allocate<C: Config>(

0 commit comments

Comments
 (0)