Expand description
Provides utilities to allocate memory suitable as stack memory for Context
.
Structs§
- Fixed
Size Stack - A very simple and straightforward implementation of
Stack
. - Protected
Fixed Size Stack - A more secure, but slightly slower version of
FixedSizeStack
. - Stack
- Represents any kind of stack memory.
Enums§
- Stack
Error - Error type returned by stack allocation methods.