memkit 0.2.0-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
13
14
15
//! Core allocator internals.

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