Crate maskerad_stack_allocator [] [src]

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

Its primary purpose is to allocate memory in game loops without calling the heap allocator directly, in order to prevent memory fragmentation.

This is a nightly-only library.

Structs

DoubleBufferedAllocator

A double-buffered allocator.

StackAllocator

A stack-based allocator.