public static final class MemoryStats.PoolStats
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NUM_ALLOCATIONS_OFFSET |
static int |
POOL_ID_OFFSET |
static int |
RECORD_SIZE |
static int |
TOTAL_SIZE_OFFSET |
| Constructor and Description |
|---|
PoolStats(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db,
long address) |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumAllocations() |
short |
getPoolId() |
long |
getTotalSize() |
void |
setAllocations(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db,
long numAllocations) |
void |
setPoolId(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db,
short poolId) |
void |
setTotalSize(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db,
long totalSize) |
public static int POOL_ID_OFFSET
public static int NUM_ALLOCATIONS_OFFSET
public static int TOTAL_SIZE_OFFSET
public static final int RECORD_SIZE
public PoolStats(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db,
long address)
public void setAllocations(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db,
long numAllocations)
public void setTotalSize(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db,
long totalSize)
public void setPoolId(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db,
short poolId)
public long getNumAllocations()
public short getPoolId()
public long getTotalSize()