You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splitting a large memory block into two smaller blocks is a common
operation in the allocator.
Introduce a split_block() helper to centralize this functionality and
avoid repeating the same code. The helper also panics if the split size
is invalid, ensuring stronger consistency checks in the allocator.
0 commit comments