Home
last modified time | relevance | path

Searched refs:purging (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h24 bool purging; member
H A Djemalloc_internal_defs.h.in272 * Methods for purging unused pages differ between operating systems.
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md19 application threads, since unused memory purging is shifted to the dedicated
20 background threads. In addition, unintended purging delay caused by
45 purging), and vice versa.
H A DChangeLog81 - 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)
435 - Fix and simplify decay-based purging. (@jasone)
530 purging mechanism. New mallctls:
744 - Add per arena control over unused dirty page purging, via the
765 dirty page purging volume.
1014 allocation and dirty page purging algorithms in order to better control
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Darena.c592 decay->purging = false; in arena_decay_init()
823 if (decay->purging) { in arena_decay_to_limit()
826 decay->purging = true; in arena_decay_to_limit()
844 decay->purging = false; in arena_decay_to_limit()