slab_allocator_rs 1.0.2

Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and a buddy system allocator for blocks larger than 4096 bytes. Updated to latest nightly rust
Documentation
[dependencies.buddy_system_allocator]
version = "0.9.0"

[dependencies.spin]
version = "0.9.4"

[package]
authors = ["axriosn <axriosn@gmail.com>"]
categories = ["no-std", "memory-management"]
description = "Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and a buddy system allocator for blocks larger than 4096 bytes. Updated to latest nightly rust"
edition = "2021"
keywords = ["slab", "allocator", "no_std", "heap", "kernel"]
license = "MIT"
name = "slab_allocator_rs"
readme = "README.md"
repository = "https://github.com/arioz0330/slab_allocator"
version = "1.0.2"