mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
Clarify comment.
svn path=/trunk/; revision=38382
This commit is contained in:
parent
ae171d25d2
commit
22aa9ace50
1 changed files with 2 additions and 2 deletions
|
@ -1159,8 +1159,8 @@ QSI_DEF(SystemFileCacheInformation)
|
|||
MiMemoryConsumers[MC_CACHE].PagesUsed * PAGE_SIZE; /* FIXME */
|
||||
/* Taskmgr multiplies this one by page size right away */
|
||||
Sci->CurrentSizeIncludingTransitionInPages =
|
||||
MiMemoryConsumers[MC_CACHE].PagesUsed; /* FIXME: Should include */
|
||||
/* stanby and free pages, which I don't think we track right now */
|
||||
MiMemoryConsumers[MC_CACHE].PagesUsed; /* FIXME: Should be */
|
||||
/* system working set and standby pages. */
|
||||
Sci->PageFaultCount = 0; /* FIXME */
|
||||
Sci->MinimumWorkingSet = 0; /* FIXME */
|
||||
Sci->MaximumWorkingSet = 0; /* FIXME */
|
||||
|
|
Loading…
Reference in a new issue