getSystemMemoryInfo#
Fully qualified name: carb::extras::getSystemMemoryInfo
Defined in carb/extras/MemoryUsage.h
-
inline bool carb::extras::getSystemMemoryInfo(SystemMemoryInfo &out)#
Retrieves the memory usage information for the system.
- Parameters:
out – [out] Receives the memory totals and availability information for the system.
- Returns:
true
if the memory information is successfully collected. Returnsfalse
otherwise.