[package]
name = "libdd-alloc"
version = "1.0.0"
description = "Custom memory allocators for specialized allocation patterns in profiling and signal-safe contexts"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-alloc"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-alloc"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
allocator-api2 = { version = "0.2", default-features = false }
[target.'cfg(unix)'.dependencies.libc]
version = "0.2.153"
[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.52"
features = [
"Win32_Foundation",
"Win32_System_Memory",
"Win32_System_SystemInformation",
]
[dev-dependencies]
allocator-api2 = { version = "0.2", default-features = false, features = ["alloc"] }
bolero = "0.13"
[lib]
bench = false