ImFusion C++ SDK 4.4.0
ImFusion::Platform::MemoryInfo Struct Reference

#include <ImFusion/Core/Platform.h>

Structure storing information about the available main memory as reported Platform::memoryInfo(). More...

Detailed Description

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.

The documentation for this struct was generated from the following file:
  • ImFusion/Core/Platform.h
Search Tab / S to search, Esc to close