pub const EXPONENTIAL_HISTOGRAM_EXTRA_SLOTS: usize = 5;
Expand description

Extra slots for an exponential histogram: 3 parameter slots (floor, initial step and step multiplier) and 2 overflow slots.