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
malloc() previously contained open-coded logic for splitting a large
block into two smaller ones. This is now replaced with a call to the
split_block() helper introduced earlier.
This removes duplicated code and ensures consistency by reusing the
centralized split implementation, which also includes stronger
validation and error handling.
0 commit comments