Skip to content
Commit 6d8075f1 authored by Mike Hommey's avatar Mike Hommey Committed by Jason Evans
Browse files

Fix chunk purge hook calls for in-place huge shrinking reallocation.

Fix chunk purge hook calls for in-place huge shrinking reallocation to
specify the old chunk size rather than the new chunk size.  This bug
caused no correctness issues for the default chunk purge function, but
was visible to custom functions set via the "arena.<i>.chunk_hooks"
mallctl.

This resolves #264.
parent 30949da6
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