CLAIM
Syntax
CLAIM(<expr>)
Description
Returns a pointer to a block of memory of the passed size. If the memory could not be allocated then NULL (-1) is returned. The memory can be returned using RELEASE.
CLAIM(<expr>)
Returns a pointer to a block of memory of the passed size. If the memory could not be allocated then NULL (-1) is returned. The memory can be returned using RELEASE.