* R0 = Heap reference
R1 = Required change in size
R2 ! Block
* R0-R1 Corrupted
R2 ! New block
Extends a previously claimed block. This may cause the block to move, so its new address is returned. If it moves its data will be copied to the new address for you by the OS before returning.
|
|
|