public class MemoryStatusEx
extends com.jniwrapper.Structure
MEMORYSTATUSEX
structure.
Use MemoryInfo
class to obtain memory information.Constructor and Description |
---|
MemoryStatusEx()
Creates an instance with information on the current memory state.
|
MemoryStatusEx(MemoryStatusEx that)
Creates an instance of the
MemoryStatusEx from the specified value |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
long |
getAvailExtendedVirtual() |
long |
getAvailPageFile() |
long |
getAvailPhys() |
long |
getAvailVirtual() |
long |
getMemoryLoad() |
long |
getTotalPageFile() |
long |
getTotalPhys() |
long |
getTotalVirtual() |
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public MemoryStatusEx()
public MemoryStatusEx(MemoryStatusEx that)
MemoryStatusEx
from the specified valuethat
- public long getMemoryLoad()
public long getTotalPhys()
public long getAvailPhys()
public long getTotalPageFile()
public long getAvailPageFile()
public long getTotalVirtual()
public long getAvailVirtual()
public long getAvailExtendedVirtual()
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure