Home
last modified time | relevance | path

Searched refs:winGetMemoryInfo (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dwindows_tools.h20 void winGetMemoryInfo(quint64 *, quint64 *, quint64 *);
H A Dwindows_tools.cpp135 void winGetMemoryInfo(quint64 *totalSize, quint64 *totalUsed, quint64 *totalFree) in winGetMemoryInfo() function
H A Dabout.cpp101 winGetMemoryInfo(&totalSize, &totalUsed, &totalFree); in showEvent()