pile-alloc ( pile size -- alien )
Piles

Prev:<pile> ( size -- pile )
Next:<pile-c-array> ( pile n c-type -- alien )


Vocabulary
memory.piles

Inputs
pilea pile
sizean integer


Outputs
alienan alien


Word description
Requests size bytes from a pile. If the pile does not have enough space to satisfy the request, a not-enough-pile-space error is thrown.

Definition