Constant solana_sdk::entrypoint::BPF_ALIGN_OF_U128
source · pub const BPF_ALIGN_OF_U128: usize = 8; // 8usize
Expand description
assert_eq(std::mem::align_of::<u128>(), 8)
is true for BPF but not for some host machines