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

3.5.4 INIT

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