Handbook
Glossary
pile-empty ( pile -- )
Piles
Prev:
pile-align ( pile align -- pile )
Vocabulary
memory
.
piles
Inputs
pile
a
pile
Outputs
None
Word description
Reclaims all the memory allocated out of a
pile
. Allocations will resume from the beginning of the pile.
Definition
USING:
accessors
kernel
;
IN:
memory.piles
:
pile-empty
( pile -- )
0
>>offset
drop
;