Skip to content
Commit 5716d97f authored by Jason Evans's avatar Jason Evans
Browse files

Fix an in-place growing large reallocation regression.

Fix arena_ralloc_large_grow() to properly account for large_pad, so that
in-place large reallocation succeeds when possible, rather than always
failing.  This regression was introduced by
8a03cf03 (Implement cache index
randomization for large allocations.)
parent 67c46a9e
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