commit | e7a1058aaa6b2cbdd19da297bf2250f86dcdac89 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Mon Feb 13 17:36:52 2012 -0800 |
committer | Jason Evans <je@fb.com> | Mon Feb 13 17:36:52 2012 -0800 |
tree | fb7495caf6f28824d711de8d6365cb5f0a832f13 | |
parent | 746868929afae3e346b47d0fa8a78d7fb131d5a4 [diff] |
Fix bin->runcur management. Fix an interaction between arena_dissociate_bin_run() and arena_bin_lower_run() that made it possible for bin->runcur to point to a run other than the lowest non-full run. This bug violated jemalloc's layout policy, but did not affect correctness.