Skip to main content

Crate smmalloc

Crate smmalloc 

Source
Expand description

§smalloc

A simple, fast memory allocator.

§Usage

use smalloc::Smalloc;
#[global_allocator]
static ALLOC: Smalloc = Smalloc::new();

Structs§

Smalloc
A simple, fast memory allocator.