Module stack

Source
Expand description

Provides utilities to allocate memory suitable as stack memory for Context.

Structs§

FixedSizeStack
A very simple and straightforward implementation of Stack.
ProtectedFixedSizeStack
A more secure, but slightly slower version of FixedSizeStack.
Stack
Represents any kind of stack memory.

Enums§

StackError
Error type returned by stack allocation methods.