blink-alloc 0.4.0

Fast, concurrent, arena-based allocator with drop support
Documentation
1
2
3
4
5
6
//! This module provide types suitable for use as `#[global_allocator]`.
//!

pub mod local;
#[cfg(feature = "sync")]
pub mod sync;