|
| Previous: 3.5.3 FREE | TOC | Index | Back | Next: 3.5.5 WALK |
mem.INIT(pool, size) ! Vec,Num => 0
Initialize the memory pool 'mem' and add 'size' bytes to its internal freelist. 'Pool' must have a size of at least 'size' bytes.
In 16-bit environments, 'size' may not be larger than 32767.
All previously allocated vectors of 'mem' will be freed by INIT.
See also: FREE
| Previous: 3.5.3 FREE | TOC | Index | Back | Next: 3.5.5 WALK |