Skip to content

Commit

Permalink
make test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Sep 20, 2021
1 parent 9e90e4a commit 739a8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ pub(crate) fn bytes_needed<C: Config>(slot_count: usize) -> usize {

HEADER_SIZE
+ slot_count * size_of_entry
+ (slot_count + REFERENCE_GROUP_SIZE) * size_of_metadata
+ (slot_count + crate::swisstable_group_query::GROUP_SIZE) * size_of_metadata
}

pub(crate) fn allocate<C: Config>(
Expand Down

0 comments on commit 739a8b9

Please sign in to comment.