pile-align ( pile align -- pile )
Piles

Prev:<pile-c-object> ( pile c-type -- alien )
Next:pile-empty ( pile -- )


Vocabulary
memory.piles

Inputs
pilea pile
aligna power of two


Outputs
pilea pile


Word description
Adjusts a pile's internal state so that the next call to pile-alloc will return a pointer aligned to align bytes relative to the pile's initial offset.

Definition