Home
last modified time | relevance | path

Searched refs:CurrentSizeIncludingTransitionInPages (Results 1 – 4 of 4) sorted by relevance

/reactos/base/applications/taskmgr/
H A Dperfdata.c1069 SystemCache = SystemCacheInfo.CurrentSizeIncludingTransitionInPages * PageSize; in PerfDataGetPhysicalMemorySystemCacheK()
/reactos/sdk/include/ndk/
H A Dextypes.h1127 SIZE_T CurrentSizeIncludingTransitionInPages; member
/reactos/dll/win32/psapi/
H A Dpsapi.c1520 … pPerformanceInformation->SystemCache = SystemFileCacheInfo.CurrentSizeIncludingTransitionInPages; in GetPerformanceInfo()
/reactos/ntoskrnl/ex/
H A Dsysinfo.c1498 …Sci->CurrentSizeIncludingTransitionInPages = MiMemoryConsumers[MC_USER].PagesUsed; /* FIXME: Shoul… in QSI_DEF()