Slab allocator for no_std systems. It uses multiple slabs with blocks of
different sizes and a buddy_system_allocator for blocks larger than 4096
bytes.
It's based on https://github.com/weclaw1/slab_allocator.
Slab allocator for no_std systems. It uses multiple slabs with blocks of
different sizes and a buddy_system_allocator for blocks larger than 4096
bytes.
It's based on https://github.com/weclaw1/slab_allocator.