Handbook
Glossary
<pile-c-object> ( pile c-type -- alien )
Piles
Prev:
<pile-c-array> ( pile n c-type -- alien )
Next:
pile-align ( pile align -- pile )
Vocabulary
memory
.
piles
Inputs
pile
a
pile
c-type
a C type
Outputs
alien
an
alien
Word description
Requests enough space from a
pile
to hold a value of
c-type
. If the pile does not have enough space to satisfy the request, a
not-enough-pile-space
error is thrown.
Definition
USING:
alien.c-types
;
IN:
memory.piles
:
<pile-c-object>
( pile c-type -- alien )
heap-size
pile-alloc
;
inline