fn bucketSize(s: *SafeAllocator) u32
fn bucketSize(s: *SafeAllocator) u32 { return @as(u32, 1) << s.bucket_size_log2; }