public static class VMInterface.AllocationArea
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
base |
protected int |
free |
protected int |
size |
| Constructor and Description |
|---|
VMInterface.AllocationArea(int base,
int size) |
| Modifier and Type | Method and Description |
|---|---|
static int |
allocateBackingStore(int backingStoreSize) |
int |
consumedMemory() |
static VMInterface.AllocationArea |
getCurrentAllocationArea() |
void |
reset() |
static void |
switchAllocationArea(VMInterface.AllocationArea newScope,
VMInterface.AllocationArea oldScope) |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic static void switchAllocationArea(VMInterface.AllocationArea newScope, VMInterface.AllocationArea oldScope)
public static int allocateBackingStore(int backingStoreSize)
public static VMInterface.AllocationArea getCurrentAllocationArea()
public void reset()
public int consumedMemory()