Cargo Features

[dependencies]
aarch64-paging = { version = "0.5.0", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever aarch64-paging is added without default-features = false somewhere in the dependency tree.

alloc default

Affects aarch64-paging::idmap, aarch64-paging::linearmap