Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
Description
In NT, the FileObject parameter is used by the CC manager.
So the correct cases are:
1) If the value of FileHandle and FileObject is NULL, the section is backed by the paging file;
2) If the value of FileHandle not NULL, the section is backed by the specified file;
3) If the value of FileObject not NULL, the section is backed by the menedger CC;
Such simultaneous use of FileObject and FileHandle is only here.
Attachments
Issue Links
- relates to
-
CORE-6699 Memory Manager does not make any attempts to reduce memory consumption
- Open