linked_list_allocator 0.2.4

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 #41894 2017-02-14T15:53:59.593326+00:00
# rustc version
rustc 1.16.0-nightly (df8debf6d 2017-01-25)
# docs.rs version
cratesfyi 0.3.1 (35080d4 2017-01-24)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading linked_list_allocator v0.2.4
Documenting linked_list_allocator v0.2.4
Running `rustdoc --crate-name linked_list_allocator .cargo/registry/src/github.com-1ecc6299db9ec823/linked_list_allocator-0.2.4/src/lib.rs -o /home/cratesfyi/linked_list_allocator-0.2.4/doc -L dependency=/home/cratesfyi/linked_list_allocator-0.2.4/debug/deps`
Finished dev [unoptimized + debuginfo] target(s) in 0.29 secs