commit | 8ddc93293cd8370870f221225ef1e013fbff6d65 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Fri Jan 30 21:22:54 2015 -0800 |
committer | Jason Evans <jasone@canonware.com> | Wed Feb 04 16:50:04 2015 -0800 |
tree | 6fd61d02a3d95a837d9ae82ab76963c82a3ed1ae | |
parent | f8723572d8b3418f145fc1d5466cca6b8e2530ef [diff] |
Fix chunk_recycle()'s new_addr functionality. Fix chunk_recycle()'s new_addr functionality to search by address rather than just size if new_addr is specified. The functionality added by a95018ee819abf897562d9d1f3bc31d4dd725a8d (Attempt to expand huge allocations in-place.) only worked if the two search orders happened to return the same results (e.g. in simple test cases).