Functions | |
Embryo_Cell | embryo_data_heap_push (Embryo_Program *ep, int cells) |
Increases the size of the heap of the given virtual machine by the given number of Embryo_Cells. | |
void | embryo_data_heap_pop (Embryo_Program *ep, Embryo_Cell down_to) |
Decreases the size of the heap of the given virtual machine down to the given size. |
The heap functions here change the amount of heap memory available.
|
Decreases the size of the heap of the given virtual machine down to the given size.
|
|
Increases the size of the heap of the given virtual machine by the given number of Embryo_Cells.
|