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:
 trueif the memory information is successfully collected. Returnsfalseotherwise.