mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 12:36:35 +11:00
merge multiple blocks
This commit is contained in:
parent
1614e46c4e
commit
08e07a0d37
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ impl BlockAllocator {
|
|||
|
||||
current.size += next.size;
|
||||
current.next = next.next;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
list_ptr = &mut curr.as_mut().next;
|
||||
|
|
Loading…
Add table
Reference in a new issue