Class DefaultMemory

java.lang.Object
net.rubygrapefruit.platform.internal.DefaultMemory
All Implemented Interfaces:
Memory, NativeIntegration

public class DefaultMemory extends Object implements Memory
  • Constructor Details

    • DefaultMemory

      public DefaultMemory()
  • Method Details

    • getMemoryInfo

      public MemoryInfo getMemoryInfo()
      Description copied from interface: Memory
      Queries the current state of the system memory.
      Specified by:
      getMemoryInfo in interface Memory