mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
Compensate for continuous memory usage decrease (bug #4835).
svn path=/trunk/; revision=44899
This commit is contained in:
parent
4bd7acbe8c
commit
d31a1e2703
1 changed files with 4 additions and 1 deletions
|
@ -167,6 +167,9 @@ MmCreateKernelStack(IN BOOLEAN GuiStack,
|
||||||
*PointerPte = TempPte;
|
*PointerPte = TempPte;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Bug #4835
|
||||||
|
InterlockedExchangeAddUL(&MiMemoryConsumers[MC_NPPOOL].PagesUsed, StackPages);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Release the PFN lock
|
// Release the PFN lock
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue