linked_list_allocator 0.7.0

Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.
Documentation
[dependencies.spinning_top]
features = ["nightly"]
optional = true
version = "0.1.0"

[features]
default = ["use_spin"]
use_spin = ["spinning_top"]

[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
description = "Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures."
documentation = "https://docs.rs/crate/linked_list_allocator"
homepage = "http://os.phil-opp.com/kernel-heap.html#a-better-allocator"
keywords = ["allocator", "no_std", "malloc", "heap", "kernel"]
license = "Apache-2.0/MIT"
name = "linked_list_allocator"
repository = "https://github.com/phil-opp/linked-list-allocator"
version = "0.7.0"