framealloc 0.11.1

Intent-aware, thread-smart memory allocation for Rust game engines
Documentation
1
2
3
4
5
//! Core internal state management.

pub(crate) mod budget;
pub(crate) mod global;
pub(crate) mod tls;