server-skynet-source-3rd-je.../include
Jason Evans 381c23dd9d Remove arena_dalloc_bin_run() clean page preservation.
Remove code in arena_dalloc_bin_run() that preserved the "clean" state
of trailing clean pages by splitting them into a separate run during
deallocation.  This was a useful mechanism for reducing dirty page
churn when bin runs comprised many pages, but bin runs are now quite
small.

Remove the nextind field from arena_run_t now that it is no longer
needed, and change arena_run_t's bin field (arena_bin_t *) to binind
(index_t).  These two changes remove 8 bytes of chunk header overhead
per page, which saves 1/512 of all arena chunk memory.
2014-10-10 23:01:03 -07:00
..
jemalloc Remove arena_dalloc_bin_run() clean page preservation. 2014-10-10 23:01:03 -07:00
msvc_compat Allow to build with clang-cl 2014-06-12 10:39:39 -07:00