pub const LINEAR_HISTOGRAM_EXTRA_SLOTS: usize = 4; // 4usize
Expand description

Extra slots for a linear histogram: 2 parameter slots (floor, step size) and 2 overflow slots.