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
..
2013-12-08 20:52:21 -08:00
2014-10-06 01:45:13 -07:00
2014-08-19 21:31:16 -07:00
2014-10-09 22:44:37 -07:00
2012-02-28 16:50:47 -08:00
2014-10-09 22:44:37 -07:00
2014-09-04 22:27:26 -07:00
2013-12-08 22:28:27 -08:00
2013-12-08 22:28:27 -08:00
2014-10-04 11:22:55 -07:00
2014-10-06 01:45:13 -07:00
2014-10-09 22:44:37 -07:00
2014-10-07 23:14:57 -07:00
2014-09-24 11:55:02 +01:00
2014-09-10 21:49:42 -04:00