Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 8a03cf0 (Implement cache index randomization for large allocations.) and first released in 4.0.0. This resolves jemalloc#497.
- Loading branch information