slabmalloc 0.3.3

Simple slab based malloc implementation in rust. Can be used stand-alone or in order to provide the necessary interface to rusts liballoc library. slabmalloc only relies on libcore.
Documentation
Build #185696 2019-09-16 17:33:57
# rustc version
rustc 1.39.0-nightly (f0b58fcf0 2019-09-11)# docs.rs version
cratesfyi 0.6.0 (ff27e25 2019-09-09)# build log
Updating crates.io index
Fresh cfg-if v0.1.9
Fresh spin v0.4.10
Fresh log v0.4.8
Documenting slabmalloc v0.3.3
Running `rustdoc --crate-name slabmalloc /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/slabmalloc-0.3.3/src/lib.rs --cap-lints allow --color never -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' --cfg 'feature="unstable"' -Z unstable-options --resource-suffix -20190911-1.39.0-nightly-f0b58fcf0 --static-root-path / --disable-per-crate-search --extern-html-root-url 'env_logger=https://docs.rs/env_logger/0.5.13' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.62' --extern-html-root-url 'log=https://docs.rs/log/0.4.8' --extern-html-root-url 'rand=https://docs.rs/rand/0.3.23' --extern-html-root-url 'spin=https://docs.rs/spin/0.4.10' -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-f5608e311b8740e1.rmeta --extern spin=/home/cratesfyi/cratesfyi/debug/deps/libspin-d64861aa065cd6cd.rmeta`
Finished dev [unoptimized + debuginfo] target(s) in 1.33s