MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / sysinfo

Class sysinfo

quest/src/core/memory.cpp:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211qindex mem_tryGetLocalRamCapacityInBytes() {
212 #if defined(__linux__)
213 struct sysinfo info;
214 if (sysinfo(&info) == 0)
215 return (qindex) info.totalram * info.mem_unit;
216 #elif defined(__APPLE__)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected