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