dlmalloc 0.1.4

A Rust port of the dlmalloc allocator
Documentation
[dependencies.compiler_builtins]
optional = true
version = "0.1.0"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"
[dev-dependencies.rand]
version = "0.3"

[features]
allocator-api = []
debug = []
global = []
rustc-dep-of-std = ["core", "compiler_builtins/rustc-dep-of-std"]

[lib]
doctest = false

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "A Rust port of the dlmalloc allocator\n"
documentation = "https://docs.rs/dlmalloc"
homepage = "https://github.com/alexcrichton/dlmalloc-rs"
license = "MIT/Apache-2.0"
name = "dlmalloc"
readme = "README.md"
repository = "https://github.com/alexcrichton/dlmalloc-rs"
version = "0.1.4"
[package.metadata.docs.rs]
features = ["global"]
[profile.release]
debug-assertions = true
[target."cfg(all(unix, not(target_arch = \"wasm32\")))".dependencies.libc]
default-features = false
version = "0.2"