Trait fringe::GuardedStack [] [src]

pub unsafe trait GuardedStack { }

A marker trait for Stack objects with a guard page.

A guarded stack must guarantee that any access of data at addresses limit() to limit().offset(4096) will abnormally terminate the program.

Implementors