zephyr/subsys/demand_paging/eviction
Nicolas Pitre 92bc0cd0da demand_paging: Least Recently Used (LRU) eviction algorithm
This is a O(1) LRU eviction algorithm. A bit more complex but way more
scalable than the NRU algorithm.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2024-06-14 18:58:02 -04:00
..
CMakeLists.txt demand_paging: Least Recently Used (LRU) eviction algorithm 2024-06-14 18:58:02 -04:00
Kconfig demand_paging: Least Recently Used (LRU) eviction algorithm 2024-06-14 18:58:02 -04:00
lru.c demand_paging: Least Recently Used (LRU) eviction algorithm 2024-06-14 18:58:02 -04:00
nru.c demand_paging: add frame tracking functions to eviction algorithms 2024-06-14 18:58:02 -04:00