![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/Platform.h>
Structure storing information about the available main memory as reported Platform::memoryInfo(). More...
Structure storing information about the available main memory as reported Platform::memoryInfo().
Public Member Functions | |
| double | usageRatio () const |
Returns the ratio of availableMemory with respect to totalMemory in 0..1 range. | |
Public Attributes | |
| ByteSize | availableMemory = ByteSize(0) |
| Currently available main memory. | |
| ByteSize | totalMemory = ByteSize(0) |
| Total main memory. | |