Overview
Free (Release) the memory previously allocated with Memory.Allocate() or Memory.ReAllocate(), all remaining allocated memory blocks are automatically freed when the program ends.
(number) Address of Memory.
Nothing.
mem = Memory.Allocate(1024) Memory.Free(mem)
See also: Related Actions