mem.Free
Free memory allocated with mem.Alloc.
Syntax
mem.Free(ptr:int)
Parameters
ptr
Address of the memory previously allocated.
Return value
The function has no return value.
Free memory allocated with mem.Alloc.
mem.Free(ptr:int)
ptr
Address of the memory previously allocated.
The function has no return value.