[][src]Constant solana_rbpf::ebpf::PROG_MAX_SIZE

pub const PROG_MAX_SIZE: usize = PROG_MAX_INSNS * INSN_SIZE; // 524_288usize

Maximum size of an eBPF program, in bytes.