macro_rules! zipora_verify_aligned {
($ptr:expr, $align:expr) => { ... };
($size:expr, $align:expr) => { ... };
}Expand description
Alignment verification for memory operations
macro_rules! zipora_verify_aligned {
($ptr:expr, $align:expr) => { ... };
($size:expr, $align:expr) => { ... };
}Alignment verification for memory operations