Searched refs:RTSystemQueryTotalRam (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A DRTSystemQueryTotalRam-posix.cpp3 * IPRT - RTSystemQueryTotalRam, windows ring-3.
41 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb) function
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemQueryTotalRam-win.cpp3 * IPRT - RTSystemQueryTotalRam, windows ring-3.
40 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb) function
/vbox/include/iprt/
H A Dsystem.h85 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb);
107 * The purposes of this API is, when combined with RTSystemQueryTotalRam, to
121 * This works against the value returned by RTSystemQueryTotalRam, and
123 * call to RTSystemQueryTotalRam returns.
126 * RTSystemQueryTotalRam. This could mean that (part of) the dirty buffers
H A Dmangling.h1574 # define RTSystemQueryTotalRam RT_MANGLER(RTSystemQueryTotalRam) macro
/vbox/src/VBox/Runtime/r3/os2/
H A Dsystemmem-os2.cpp3 * IPRT - RTSystemQueryTotalRam, OS/2 ring-3.
44 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb) function
/vbox/src/VBox/Runtime/r3/darwin/
H A Dsystemmem-darwin.cpp3 * IPRT - RTSystemQueryTotalRam, darwin ring-3.
45 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb) function
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dsystemmem-freebsd.cpp3 * IPRT - RTSystemQueryTotalRam, Linux ring-3.
43 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb) function
/vbox/src/VBox/Runtime/r3/linux/
H A Dsystemmem-linux.cpp3 * IPRT - RTSystemQueryTotalRam, Linux ring-3.
47 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb) function
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSystemQueryOsInfo.cpp69 rc = RTSystemQueryTotalRam(&cbTotal);
/vbox/src/VBox/Runtime/r3/solaris/
H A Dsystemmem-solaris.cpp3 * IPRT - RTSystemQueryTotalRam, Solaris ring-3.
101 RTDECL(int) RTSystemQueryTotalRam(uint64_t *pcb) function
/vbox/src/VBox/Main/src-server/darwin/
H A DPerformanceDarwin.cpp80 int rc = RTSystemQueryTotalRam(&cb);
/vbox/src/VBox/Main/glue/
H A Dcom.cpp322 vrc = RTSystemQueryTotalRam(&cbHostRam);
/vbox/src/VBox/Main/src-server/win/
H A DPerformanceWin.cpp113 int rc = RTSystemQueryTotalRam(&cb);
/vbox/src/VBox/ValidationKit/testboxscript/
H A DTestBoxHelper.cpp189 int rc = RTSystemQueryTotalRam(&cb);
/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp107 int rc = RTSystemQueryTotalRam(&cb);
/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp174 int rc = RTSystemQueryTotalRam(&cb);
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp1104 int rc = RTSystemQueryTotalRam(&cb);

Completed in 163 milliseconds