const FUTEX_BUCKET_CAPACITY: usize = 32;
Max distinct futex addresses per bucket.
With the Fibonacci hash below, collisions are rare; 32 slots handle workloads with hundreds of concurrent futex addresses without spilling.