rv = FREEMEM(address,size)
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.
The function always succeeds, but if the address block or its size is different from what has been allocated before, the system may crash.