Expand description
Different stack implementations (currently only contains a 8 Mb stack).
Structs§
- Eight
MbStack - A 8 Mb Stack.
- OneMb
Stack - A 1 Mb Stack (1 Mb + 4 Kb).
Traits§
- Stack
- An implementation of this trait will be accepted by a generator as a valid Stack. Most of the functions provided here are straightforward except for deallocation, this is a Windows only construct.