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