server-skynet-source-3rd-je.../test
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
..
include/test Add os_unfair_lock support. 2016-11-02 19:35:12 -07:00
integration Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *). 2016-11-15 15:00:28 -08:00
src Add os_unfair_lock support. 2016-11-02 19:35:12 -07:00
stress Code formatting fixes. 2016-03-23 16:15:42 -07:00
unit Mark partially purged arena chunks as non-hugepage. 2016-11-24 00:15:55 -08:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00