Docs.rs
dlmalloc-0.1.4
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
dlmalloc 0.1.4
A Rust port of the dlmalloc allocator
Crate
Source
Builds
Feature flags
Documentation
Hide files
.github
src
tests
.cargo_vcs_info.json
.gitignore
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
LICENSE-APACHE
LICENSE-MIT
README.md
1
2
3
4
fn
main
(
)
{
#
[
cfg
(
feature
=
"
debug
"
)
]
println!
(
"
cargo:rustc-cfg=debug_assertions
"
)
;
}