A simple, fast memory allocator.
use smalloc::Smalloc; #[global_allocator] static ALLOC: Smalloc = Smalloc::new();