mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:03:00 +00:00
[NTOSKRNL] Keep page file name along the page file and free it on shutdown
This commit is contained in:
parent
5aaadf39db
commit
34e8f45122
3 changed files with 77 additions and 26 deletions
|
@ -434,6 +434,7 @@ typedef struct _MMPAGING_FILE
|
|||
PFN_NUMBER UsedPages;
|
||||
PRTL_BITMAP AllocMap;
|
||||
KSPIN_LOCK AllocMapLock;
|
||||
UNICODE_STRING PageFileName;
|
||||
}
|
||||
MMPAGING_FILE, *PMMPAGING_FILE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue