Package net.rubygrapefruit.platform
Interface OsxMemory
- All Superinterfaces:
Memory
,NativeIntegration
- All Known Implementing Classes:
DefaultOsxMemory
-
Method Summary
Modifier and TypeMethodDescriptionQueries the current state of the system memory.
-
Method Details
-
getMemoryInfo
Queries the current state of the system memory.- Specified by:
getMemoryInfo
in interfaceMemory
- Throws:
NativeException
- On failure.
-