fix: SPT never removes entries until process termination or special case
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
enum page_type {
|
||||
PAGE_FILE,
|
||||
PAGE_MMAP,
|
||||
PAGE_EMPTY
|
||||
PAGE_MMAP
|
||||
};
|
||||
|
||||
struct page_entry {
|
||||
|
||||
Reference in New Issue
Block a user