polymorph-allocator 1.1.0

A simple no_std memory allocator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.bitflags]
version = "1.2.1"

[dependencies.spin]
version = "0.5.2"

[package]
authors = ["polymorphOS contributors"]
description = "A simple no_std memory allocator"
edition = "2018"
homepage = "https://gitlab.com/alxce/polymorph-allocator"
license = "MIT"
name = "polymorph-allocator"
readme = "README.md"
repository = "https://gitlab.com/alxce/polymorph-allocator"
version = "1.1.0"