Skip to content

Commit d6f4631

Browse files
committed
Cleanup
1 parent 6c98c26 commit d6f4631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mallockit/src/space/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use std::marker::ConstParamTy;
1515
pub struct SpaceId(pub(crate) u8);
1616

1717
impl SpaceId {
18-
pub const LOG_MAX_SPACE_SIZE: usize = 40;
18+
pub const LOG_MAX_SPACE_SIZE: usize = 41;
1919
pub(crate) const SHIFT: usize = Self::LOG_MAX_SPACE_SIZE;
2020
pub(crate) const MASK: usize = 0b1111 << Self::SHIFT;
2121

0 commit comments

Comments
 (0)