t3x.org / t3x / t3x-manual / 352.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.5.1 MEMORY Class Usage
TOC | Index | Back Next:
3.5.3 FREE

3.5.2 ALLOC

mem.ALLOC(size) ! Num => Vec

Allocate 'size' bytes from the memory pool 'mem' and return a pointer to the allocated vector. If the request could not be satisfied due to insufficient memory, return 0.

In 16-bit environments, 'size' is limited to 32765 bytes.

See also: FREE

Previous:
3.5.1 MEMORY Class Usage
TOC | Index | Back Next:
3.5.3 FREE