slab_allocator_rs
Usage
Create a static allocator in your root module:
use LockedHeap;
static ALLOCATOR: LockedHeap = empty;
Before using this allocator, you need to init it:
License
This crate is licensed under MIT. See LICENSE for details.
This is an updated fork of https://github.com/weclaw1/slab_allocator