memkit 0.1.1-beta.1

Deterministic, intent-driven memory allocation for systems requiring predictable performance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Core allocator internals.

pub mod arena;
pub mod fast_arena;
pub mod global;
pub mod hints;
pub mod simd;
pub mod slab;
pub mod tls;
pub mod turbo;
pub mod ultra;
pub mod sentinel;