FreeMemory()

Syntax

FreeMemory(*Buffer)
Description
Free the memory previously allocated with AllocateMemory() or ReAllocateMemory().

Parameters

*Buffer The address of the memory area to free. This must be a value returned from either AllocateMemory() or ReAllocateMemory().

Return value

None.

Remarks

All remaining allocated memory blocks are automatically freed when the program ends.

See Also

AllocateMemory(), ReAllocateMemory()

Supported OS

All

<- CompareMemory() - Memory Index - FreeStructure() ->