[][src]Module switcheroo::stack

Different stack implementations (currently only contains a 8 Mb stack).

Structs

EightMbStack

A 8 Mb Stack.

OneMbStack

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.