server-skynet-source-3rd-je.../test
Jason Evans b49a334a64 Generalize chunk management hooks.
Add the "arena.<i>.chunk_hooks" mallctl, which replaces and expands on
the "arena.<i>.chunk.{alloc,dalloc,purge}" mallctls.  The chunk hooks
allow control over chunk allocation/deallocation, decommit/commit,
purging, and splitting/merging, such that the application can rely on
jemalloc's internal chunk caching and retaining functionality, yet
implement a variety of chunk management mechanisms and policies.

Merge the chunks_[sz]ad_{mmap,dss} red-black trees into
chunks_[sz]ad_retained.  This slightly reduces how hard jemalloc tries
to honor the dss precedence setting; prior to this change the precedence
setting was also consulted when recycling chunks.

Fix chunk purging.  Don't purge chunks in arena_purge_stashed(); instead
deallocate them in arena_unstash_purged(), so that the dirty memory
linkage remains valid until after the last time it is used.

This resolves #176 and #201.
2015-08-03 21:49:02 -07:00
..
include/test Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
integration Generalize chunk management hooks. 2015-08-03 21:49:02 -07:00
src Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
stress Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
unit Fix MinGW-related portability issues. 2015-07-23 13:56:25 -07:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00