Crate maskerad_stack_allocator [] [src]

This library provides a stack-based allocator, and a double-buffered stack allocator.

Its primary purpose is to prevent memory fragmentation.

This is a nightly-only library.

Structs

DoubleBufferedAllocator

A double-buffered allocator.

StackAllocator

A stack-based allocator.