public interface MemoryInfo
Modifier and Type | Method and Description |
---|---|
long |
getAvailablePhysicalMemory()
Returns the number of bytes of physical memory that are available for use.
|
long |
getTotalPhysicalMemory()
Returns the number of bytes of physical memory installed in the machine.
|
long getTotalPhysicalMemory()
long getAvailablePhysicalMemory()