Claim some memory
=> r1 = address of heap
r3 = number of bytes to claim (must be > 0)
<= r2 = address of claimed memory
Claim some memory from an initialised heap. The actaul amount of memory returned will be an integer number of words long, and may be slightly larger than asked for. When you have finished with the memory in the block, use MAlloc_Free.
|
|
|