pub(crate) const BUCKETS: usize = _; // 63usize
The total number of buckets stored in each thread local. All buckets combined can hold up to usize::MAX - 1 entries.
usize::MAX - 1