Clarify comment.

svn path=/trunk/; revision=38382
This commit is contained in:
Andrew Munger 2008-12-27 11:55:43 +00:00
parent ae171d25d2
commit 22aa9ace50

View file

@ -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 */