Fix extent_quantize() to handle greater-than-huge-size extents.
Allocation requests can't directly create extents that exceed HUGE_MAXCLASS, but extent merging can create them. This fixes a regression caused by 8a03cf03 (Implement cache index randomization for large allocations.) and first released in 4.0.0. This resolves #497.
Please register or sign in to comment