mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Compensate for continuous memory usage decrease (bug #4835).
svn path=/trunk/; revision=44899
This commit is contained in:
@@ -166,7 +166,10 @@ MmCreateKernelStack(IN BOOLEAN GuiStack,
|
||||
//
|
||||
*PointerPte = TempPte;
|
||||
}
|
||||
|
||||
|
||||
// Bug #4835
|
||||
InterlockedExchangeAddUL(&MiMemoryConsumers[MC_NPPOOL].PagesUsed, StackPages);
|
||||
|
||||
//
|
||||
// Release the PFN lock
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user