pub const MAP_ALIGNMENT: u64 = 8; // 8u64
Expand description
Minimum alignment of buffer mappings.
The range passed to map_async()
or get_mapped_range()
must be at least this aligned.
pub const MAP_ALIGNMENT: u64 = 8; // 8u64
Minimum alignment of buffer mappings.
The range passed to map_async()
or get_mapped_range()
must be at least this aligned.