alloc-madvise 0.4.0

A memory allocator for creating large aligned chunks of memory
Documentation
[build-dependencies.cbindgen]
optional = true
version = "0.26.0"
[dependencies.libc]
version = "0.2.155"

[features]
default = ["ffi"]
ffi = ["dep:cbindgen"]

[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
name = "alloc_madvise"

[package]
authors = ["Markus Mayer <widemeadows@gmail.com>"]
build = "build.rs"
categories = ["memory-management"]
description = "A memory allocator for creating large aligned chunks of memory"
edition = "2021"
homepage = "https://github.com/sunsided/rust-aligned-allocations"
keywords = ["malloc", "madvise", "memory"]
license = "EUPL-1.2"
name = "alloc-madvise"
readme = "README.md"
repository = "https://github.com/sunsided/rust-aligned-allocations"
rust-version = "1.66"
version = "0.4.0"
[profile.release]
codegen-units = 1
lto = "fat"
strip = "symbols"