Home
last modified time | relevance | path

Searched refs:freePhys (Results 1 – 6 of 6) sorted by relevance

/dports/devel/upp/upp/bazaar/SysInfo_demo_console/
H A Dmain.cpp82 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 Dmain.cpp123 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 DSysInfo.cpp864 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 DSysInfo.h53 bool GetMemoryInfo(int &memoryLoad, uint64 &totalPhys, uint64 &freePhys, uint64 &totalPageFile, uin…
/dports/devel/upp/upp/bazaar/Controls4U/
H A Dsrc.tpp.$tmp124 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 DSysInfo_en-us.tpp144 Phys], [_^uint64^ uint64]_`&[*@3 freePhys], [_^uint64^ uint64]_`&[*@3 totalPageFile],
150 [s2; [%-*@3 freePhys] is the free physical memory&]