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
Rewrite split_hole in order to fix align_from_small_to_big test
The new code guarantees that the front padding is at least HoleList::min_size() if it's needed. The important line is:
```
let aligned_addr = align_up(hole.addr + HoleList::min_size(), required_align)
```
0 commit comments