memac 0.5.2

A custom memory allocator using slab and buddy allocators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.synctools]
version = "0.4"
[dev-dependencies.rand]
version = "0.8"

[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/"
version = "0.5.2"