gear-dlmalloc 0.2.0

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"

[dependencies.static_assertions]
version = "1.1"

[dependencies.str-buf]
version = "3.0.2"
[dev-dependencies.rand]
version = "0.8.5"

[features]
checks = ["debug"]
debug = []
default = ["global"]
global = []
verbose = []

[lib]
doctest = false

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

[target."cfg(all(unix, not(target_arch = \"wasm32\")))".dependencies.libc-print]
version = "0.1"
[target."cfg(not(target_family = \"wasm\"))".dependencies.page_size]
version = "0.6.0"