(C) 1998 AROS - The Amiga Research OS
NAME
void FreeMem ( memoryBlock , byteSize)
LOCATION
In SysBase at offset 35
SYNOPSIS
APTR memoryBlock
ULONG byteSize
FUNCTION
Give a block of memory back to the system pool.
INPUTS
memoryBlock
Pointer to the memory to be freed
byteSize
Size of the block
RESULT
EXAMPLE
SEE ALSO
AllocMem()
NOTES
BUGS
INTERNALS
HISTORY