Jason Evans e98a620c59 Mark partially purged arena chunks as non-hugepage.
Add the pages_[no]huge() functions, which toggle huge page state via
madvise(..., MADV_[NO]HUGEPAGE) calls.

The first time a page run is purged from within an arena chunk, call
pages_nohuge() to tell the kernel to make no further attempts to back
the chunk with huge pages.  Upon arena chunk deletion, restore the
associated virtual memory to its original state via pages_huge().

This resolves #243.
2016-11-24 00:15:55 -08:00
..
2016-05-07 16:55:36 -07:00
2015-07-23 13:56:25 -07:00
2016-04-17 13:44:59 -07:00
2016-04-17 13:44:59 -07:00
2016-10-13 15:33:56 -07:00
2015-07-09 16:32:49 -07:00
2014-10-10 18:19:20 -07:00
2016-04-11 02:15:42 -07:00
2014-01-03 16:35:03 -08:00
2014-01-03 16:35:03 -08:00
2016-02-23 18:09:25 -08:00
2015-08-07 00:51:11 -07:00
2015-07-23 13:56:25 -07:00
2016-02-19 20:29:06 -08:00