new-from-pool ( class -- object )
Pools

Prev:POOL:
Next:free-to-pool ( object -- )


Vocabulary
memory.pools

Inputs
classa class


Outputs
objectan object


Word description
Allocates an object from the pool associated with class. If the pool is exhausted, f is returned.

See also
POOL:, class-pool, set-class-pool, free-to-pool

Definition