const HIST_BUCKETS: usize = 128;
Histogram slots. [AtomicU32; 128] is 512 bytes per session.
[AtomicU32; 128]