Home  /  Autodocs  /  rexxsupport.library

NAME

FREEMEM
release memory to the system

SYNOPSIS

rv = FREEMEM(address,size)

FUNCTION

Returns the address block given as first argument, as address string, whose size is given as second argument, back to the system. Returns a boolean success indicator.

NOTES

The function always succeeds, but if the address block or its size is different from what has been allocated before, the system may crash.