Skip to content

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.