Skip to content
Commit 08551eee authored by Jason Evans's avatar Jason Evans
Browse files

Fix run_quantize_ceil().

In practice this bug had limited impact (and then only by increasing
chunk fragmentation) because run_quantize_ceil() returned correct
results except for inputs that could only arise from aligned allocation
requests that required more than page alignment.

This bug existed in the original run quantization implementation, which
was introduced by 8a03cf03 (Implement
cache index randomization for large allocations.).
parent a9a46847
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment