Memory.Free

Memory.Free ( 

number  Memory )

Description

Free (Release) the memory previously allocated with Memory.Allocate() or Memory.ReAllocate(), all remaining allocated memory blocks are automatically freed when the program ends.

Parameters

Memory

(number) Address of Memory.

Returns

Nothing.

Example

mem = Memory.Allocate(1024) Memory.Free(mem)

See also:  Related Actions

Сайт управляется системой uCoz