[dependencies.allocator-api2]
default-features = false
version = "0.2"
[dependencies.sptr]
version = "0.3"
[package]
authors = ["OxiDD Contributors"]
description = "Hugepage-aware allocator"
edition = "2021"
homepage = "https://oxidd.net"
license = "MIT OR Apache-2.0"
name = "hugealloc"
repository = "https://github.com/OxiDD/oxidd"
version = "0.1.0"
[target."cfg(not(miri))".dependencies.rustix]
default-features = false
features = ["mm"]
version = "0.38"