Contents | Index | < Browse | Browse >
usage: FREEMEM(address,length)

-Releases a block of memory of the given length to the system freelist
-The address parameter is a four-byte string, typically obtained by a prior
call to Allocmem() . FreeMem() cannot be used to release memory allocated
using Getspace() , the ARexx internal memory allocator. The returned value is
a boolean success flag.