Crate maskerad_stack_allocator [] [src]

This library provides:

  • a stack-based allocator,

  • a double-ended 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.

DoubleEndedAllocator

A double-ended stack-based allocator.

StackAllocator

A stack-based allocator.