commit | 7cbcd2e2b70d9a8547030b5a8640c85b2b7b50ab | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Thu Mar 09 18:20:02 2017 -0800 |
committer | Jason Evans <jasone@canonware.com> | Mon Mar 13 18:19:57 2017 -0700 |
tree | 9e8065b9556d53cec06633119a5db2ed6cc54059 | |
parent | 21a68e2d22da08e0f60ff79d6866dd3add19775b [diff] |
Fix pages_purge_forced() to discard pages on non-Linux systems. madvise(..., MADV_DONTNEED) only causes demand-zeroing on Linux, so fall back to overlaying a new mapping.