-
Notifications
You must be signed in to change notification settings - Fork 9
MEM_new
BigETI edited this page May 4, 2018
·
2 revisions
Allocate new memory. Delete with MEM_delete
Pointer of the allocated memory if successful, otherwise MEM_NULLPTR.
Pointer:MEM_new(cells = 1)
new Pointer:pointer = MEM_new();