zephyr/subsys/demand_paging
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
..
backing_store demand_paging/backing_store/ram.c: misc fixups 2024-06-13 20:12:23 -04:00
eviction demand_paging: Least Recently Used (LRU) eviction algorithm 2024-06-14 18:58:02 -04:00
CMakeLists.txt
Kconfig