Home
last modified time | relevance | path

Searched defs:CURRENT_MAX_ALIGN (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dlayout.rs131 pub(crate) const CURRENT_MAX_ALIGN: NonZeroUsize = match NonZeroUsize::new(1 << 28) { constant
138 pub(crate) const CURRENT_MAX_ALIGN: NonZeroUsize = match NonZeroUsize::new(1 << 15) { constant