commit | e9012630acf897ce7016e427354bb46fbe893fe1 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Thu Nov 03 17:11:01 2016 -0700 |
committer | Jason Evans <jasone@canonware.com> | Thu Nov 03 22:36:30 2016 -0700 |
tree | b5be7abc56883e80ad1f2db2cf7267f9068801a7 | |
parent | dd3ed23aea5108d6b5d812c9bf6d347bb50dab56 [diff] |
Fix chunk_alloc_cache() to support decommitted allocation. Fix chunk_alloc_cache() to support decommitted allocation, and use this ability in arena_chunk_alloc_internal() and arena_stash_dirty(), so that chunks don't get permanently stuck in a hybrid state. This resolves #487.