libdd-alloc 1.0.0

Custom memory allocators for specialized allocation patterns in profiling and signal-safe contexts
Documentation
[dependencies.allocator-api2]
default-features = false
version = "0.2"

[dev-dependencies.allocator-api2]
default-features = false
features = ["alloc"]
version = "0.2"

[dev-dependencies.bolero]
version = "0.13"

[lib]
bench = false
name = "libdd_alloc"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Custom memory allocators for specialized allocation patterns in profiling and signal-safe contexts"
edition = "2021"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-alloc"
license = "Apache-2.0"
name = "libdd-alloc"
readme = "README.md"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-alloc"
rust-version = "1.84.1"
version = "1.0.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.153"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Memory", "Win32_System_SystemInformation"]
version = "0.52"