-
Notifications
You must be signed in to change notification settings - Fork 9
MEM_get_size
BigETI edited this page May 4, 2018
·
1 revision
Get size
Size of the allocated data in cells if valid, otherwise 0
.
MEM_get_size(Pointer:pointer)
new Pointer:pointer = MEM_new_val(1);
printf("Size of \"pointer\" is %d", MEM_get_size(pointer));