ALLOC31

ALLOC31 allocates storage of size n in heap storage below the bar and returns the pointer to the allocated storage.

Read syntax diagramSkip visual syntax diagram
>>-ALLOC31-(n)-------------------------------------------------><

n

Expression. Nonnegative value that represents the storage size to be allocated. If necessary, n is converted to type size_t 1.

If the requested amount of storage is not available, the STORAGE condition is raised.






Published: 23 December 2018