mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +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;
|
||||
}
|
||||
|
||||
// Bug #4835
|
||||
InterlockedExchangeAddUL(&MiMemoryConsumers[MC_NPPOOL].PagesUsed, StackPages);
|
||||
|
||||
//
|
||||
// Release the PFN lock
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue