Module solana_rbpf::aligned_memory
source · Expand description
Aligned memory
Structs§
- Provides u8 slices at a specified alignment
Traits§
- Scalar types, aka “plain old data”
Functions§
- Returns true if
ptr
is aligned toalign
.
Aligned memory
ptr
is aligned to align
.