fn bucketMask(s: *SafeAllocator) u32
fn bucketMask(s: *SafeAllocator) u32 { return s.bucketSize() - 1; }