mmalloc 0.1.0

A simple mmap-based allocator
Documentation
Build #58502 2017-06-05T23:08:46.654615+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading mmalloc v0.1.0
Downloading sc v0.1.5
Compiling sc v0.1.5
Running `rustc --crate-name sc .cargo/registry/src/github.com-1ecc6299db9ec823/sc-0.1.5/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=b6d8f6eb41b6b3e0 -C extra-filename=-b6d8f6eb41b6b3e0 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Documenting mmalloc v0.1.0
Running `rustdoc --crate-name mmalloc .cargo/registry/src/github.com-1ecc6299db9ec823/mmalloc-0.1.0/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="allocator"' --cfg 'feature="default"' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern sc=/home/cratesfyi/cratesfyi/debug/deps/libsc-b6d8f6eb41b6b3e0.rlib --extern-version sc=sc,0.1.5`
Finished dev [unoptimized + debuginfo] target(s) in 0.21 secs