reactos/ntoskrnl/io
Pierre Schweitzer a3c58ca76f
[NTOSKRNL] Implement the support for reserve IRP in IO
The reserve IRP is an IRP which is allocated on system boot and kept during
the whole system life. Its purpose is to allow page reads in case of
low-memory situations where the system doesn't have enough memory left
to allocate an IRP to read from the page file (would be catastrophic situation).
2018-02-24 14:52:04 +01:00
..
iomgr [NTOSKRNL] Implement the support for reserve IRP in IO 2018-02-24 14:52:04 +01:00
pnpmgr [NTOS] Fix 64 bit warnings 2018-01-14 13:54:14 +01:00