mmalloc 0.1.0

A simple mmap-based allocator
Documentation
Build #47611 2017-04-25T17:20:09.952433+00:00
# rustc version
rustc 1.18.0-nightly (bbdaad0dc 2017-04-14)
# docs.rs version
cratesfyi 0.3.2 (e3bc9fb 2017-04-22)

# 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=3615787ac9225e7a -C extra-filename=-3615787ac9225e7a --out-dir /home/cratesfyi/mmalloc-0.1.0/debug/deps -L dependency=/home/cratesfyi/mmalloc-0.1.0/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/mmalloc-0.1.0/doc --cfg 'feature="allocator"' --cfg 'feature="default"' -L dependency=/home/cratesfyi/mmalloc-0.1.0/debug/deps --extern sc=/home/cratesfyi/mmalloc-0.1.0/debug/deps/libsc-3615787ac9225e7a.rlib`
Finished dev [unoptimized + debuginfo] target(s) in 0.34 secs