Skip to content

Commit 0392867

Browse files
thomasbuildsthestinger
authored andcommitted
calculate-waste: fix slot counts for 20480-32768 extended size classes
1 parent 1f34ec9 commit 0392867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

calculate-waste

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ size_class_slots = [
2525
8, 8, 8, 8,
2626
8, 8, 8, 8,
2727
6, 5, 4, 4,
28-
2, 2, 2, 2,
28+
1, 1, 1, 1,
2929
1, 1, 1, 1,
3030
1, 1, 1, 1,
3131
]

0 commit comments

Comments
 (0)