commit | 5716d97f7575708453ca477651eff6f1ac653dd1 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Thu Aug 06 23:34:12 2015 -0700 |
committer | Jason Evans <jasone@canonware.com> | Thu Aug 06 23:45:45 2015 -0700 |
tree | 16d8ca666b1115b677288c7bdf688fdc567fa355 | |
parent | 67c46a9e5366b3461d9f1e733129c792628c337b [diff] |
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 8a03cf039cd06f9fa6972711195055d865673966 (Implement cache index randomization for large allocations.)