memac 0.3.2

A custom memory allocator using slab and buddy allocators.
Documentation
[dependencies.synctools]
version = "0.3"
[dev-dependencies.rand]
version = "0.8"

[features]
buddy_128g = []
buddy_128m = []
buddy_16g = []
buddy_1g = []
buddy_1t = []
buddy_256g = []
buddy_256m = []
buddy_2g = []
buddy_2t = []
buddy_32g = []
buddy_32m = []
buddy_4g = []
buddy_4t = []
buddy_512g = []
buddy_512m = []
buddy_64g = []
buddy_64m = []
buddy_8g = []
buddy_8t = []
default = ["buddy_32m"]

[package]
authors = ["Yuuki Takano <ytakanoster@gmail.com>"]
categories = ["no-std", "embedded"]
description = "A custom memory allocator using slab and buddy allocators."
edition = "2021"
homepage = "https://github.com/ytakano/memalloc/"
keywords = ["no_std", "allocator"]
license-file = "LICENSE"
name = "memac"
readme = "README.md"
repository = "https://github.com/ytakano/memalloc/"
resolver = "2"
version = "0.3.2"