linked_list_allocator 0.5.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
Build #83551 2018-01-24T10:40:21.090322+00:00
# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)
# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading linked_list_allocator v0.5.0
Fresh spin v0.4.6
Documenting linked_list_allocator v0.5.0
Running `rustdoc --crate-name linked_list_allocator .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.5.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="spin"' --cfg 'feature="use_spin"' --cfg 'feature="default"' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-0b5dd95739b2d4a3.rlib --extern-version spin=spin,0.4.6`
Finished dev [unoptimized + debuginfo] target(s) in 0.90 secs