Searched refs:freePhys (Results 1 – 6 of 6) sorted by relevance
/dports/devel/upp/upp/bazaar/SysInfo_demo_console/ |
H A D | main.cpp | 82 uint64 totalPhys, freePhys, totalPageFile, freePageFile, totalVirtual, freeVirtual; in Test() local 83 …VERIFY(GetMemoryInfo(memoryLoad, totalPhys, freePhys, totalPageFile, freePageFile, totalVirtual, f… in Test() 86 …<< Format("Free physical memory: %s bytes (%s)", Format64(freePhys), BytesToString(freePhys)); in Test()
|
/dports/devel/upp/upp/bazaar/SysInfo_demo_gui/ |
H A D | main.cpp | 123 uint64 totalPhys, freePhys, totalPageFile, freePageFile, totalVirtual, freeVirtual; in Fill() local 124 …if (GetMemoryInfo(memoryLoad, totalPhys, freePhys, totalPageFile, freePageFile, totalVirtual, free… in Fill() 128 TextMemFreePhysicalbytes = Format64(freePhys); in Fill() 129 TextMemFreePhysical = BytesToString(freePhys); in Fill()
|
/dports/devel/upp/upp/bazaar/SysInfo/ |
H A D | SysInfo.cpp | 864 uint64 &freePhys, // free physical memory in GetMemoryInfo() argument 876 freePhys = status.ullAvailPhys; in GetMemoryInfo() 890 uint64 &freePhys, // free physical memory in GetMemoryInfo() argument 900 meminfo.GoAfter_Init("MemFree", ":"); freePhys = 1024*meminfo.GetUInt64(); in GetMemoryInfo() 901 memoryLoad = (int)(100.*(totalPhys-freePhys)/totalPhys); in GetMemoryInfo()
|
H A D | SysInfo.h | 53 bool GetMemoryInfo(int &memoryLoad, uint64 &totalPhys, uint64 &freePhys, uint64 &totalPageFile, uin…
|
/dports/devel/upp/upp/bazaar/Controls4U/ |
H A D | src.tpp.$tmp | 124 bool GetMemoryInfo(int &memoryLoad, uint64 &totalPhys, uint64 &freePhys, uint64 &totalPageFile, uin… 128 freePhys is the free physical memory
|
/dports/devel/upp/upp/bazaar/SysInfo/src.tpp/ |
H A D | SysInfo_en-us.tpp | 144 Phys], [_^uint64^ uint64]_`&[*@3 freePhys], [_^uint64^ uint64]_`&[*@3 totalPageFile], 150 [s2; [%-*@3 freePhys] is the free physical memory&]
|