Lines Matching refs:purging
81 - Add runtime detection of lazy purging. (@interwq)
130 - Update decay->nunpurged before purging, in order to avoid potential update
131 races and subsequent incorrect purging volume. (@interwq)
184 decay-driven unused dirty page purging. (@interwq)
294 - Remove ratio-based purging. (@jasone)
375 arena chunks to non-huge during purging if that is not their initial state.
435 - Fix and simplify decay-based purging. (@jasone)
454 during purging, which resolves permanent virtual memory map fragmentation
527 - Implement decay-based unused dirty page purging, a major optimization with
529 unused dirty page purging, and is intended to eventually become the sole
530 purging mechanism. New mallctls:
744 - Add per arena control over unused dirty page purging, via the
765 dirty page purging volume.
766 - Integrate whole chunks into the unused dirty page purging machinery. This
1014 allocation and dirty page purging algorithms in order to better control
1337 - Fix dirty page purging race conditions that could cause crashes.