Handbook
Glossary
new-from-pool ( class -- object )
Pools
Prev:
POOL:
Next:
free-to-pool ( object -- )
Vocabulary
memory
.
pools
Inputs
class
a
class
Outputs
object
an
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
IN:
memory.pools
:
new-from-pool
( class -- object )
class-pool
pool-new
;