pub const BPF_EVENT_SIZE_ESTIMATE_BYTES: u64 = 256;
Base event payload size estimate (bytes) used by the ReorderBuffer for memory accounting. The actual size adds the event name length.