fix: SPT never removes entries until process termination or special case

This commit is contained in:
Themis Demetriades
2024-12-05 22:05:02 +00:00
parent 7860f3863f
commit 2811ea0eb3
3 changed files with 12 additions and 19 deletions

View File

@@ -7,8 +7,7 @@
enum page_type {
PAGE_FILE,
PAGE_MMAP,
PAGE_EMPTY
PAGE_MMAP
};
struct page_entry {