|
| Previous: 3.5.1 MEMORY Class Usage | TOC | Index | Back | Next: 3.5.3 FREE |
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 |