Class DefaultOsxMemory
java.lang.Object
net.rubygrapefruit.platform.internal.DefaultOsxMemory
- All Implemented Interfaces:
Memory
,NativeIntegration
,OsxMemory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionQueries the current state of the system memory.
-
Constructor Details
-
DefaultOsxMemory
public DefaultOsxMemory()
-
-
Method Details
-
getMemoryInfo
Description copied from interface:OsxMemory
Queries the current state of the system memory.- Specified by:
getMemoryInfo
in interfaceMemory
- Specified by:
getMemoryInfo
in interfaceOsxMemory
- Throws:
NativeException
- On failure.
-