server-skynet-source-3rd-je.../include
Jason Evans ee41ad409a Integrate whole chunks into unused dirty page purging machinery.
Extend per arena unused dirty page purging to manage unused dirty chunks
in aaddtion to unused dirty runs.  Rather than immediately unmapping
deallocated chunks (or purging them in the --disable-munmap case), store
them in a separate set of trees, chunks_[sz]ad_dirty.  Preferrentially
allocate dirty chunks.  When excessive unused dirty pages accumulate,
purge runs and chunks in ingegrated LRU order (and unmap chunks in the
--enable-munmap case).

Refactor extent_node_t to provide accessor functions.
2015-02-16 21:02:17 -08:00
..
jemalloc Integrate whole chunks into unused dirty page purging machinery. 2015-02-16 21:02:17 -08:00
msvc_compat Allow to build with clang-cl 2014-06-12 10:39:39 -07:00