pool-new ( pool -- object )


Vocabulary
memory.pools

Inputs
poola pool


Outputs
objectan object


Word description
Returns an unallocated object out of a pool. If the pool is exhausted, f is returned.

See also
pool, <pool>, pool-free, pool-size

Definition