public static class MC.MemoryStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
bytesAllocated
Contains the total number of allocated native bytes by the toolkit.
|
long |
bytesInUse
Contains the total number of native bytes used by the toolkit.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the description of the memory status.
|
public final long bytesAllocated
public final long bytesInUse
MC.cleanupMemory(int) call.