public final class HeapAccounting extends Object
GCAccounting,
ChunksAccounting| Modifier and Type | Method and Description |
|---|---|
org.graalvm.word.UnsignedWord |
getEdenUsedBytes() |
org.graalvm.word.UnsignedWord |
getSurvivorSpaceAfterChunkBytes(int survivorIndex) |
org.graalvm.word.UnsignedWord |
getYoungUsedBytes() |
void |
increaseEdenUsedBytes(org.graalvm.word.UnsignedWord value) |
void |
setEdenAndYoungGenBytes(org.graalvm.word.UnsignedWord edenBytes,
org.graalvm.word.UnsignedWord youngBytes) |
public void setEdenAndYoungGenBytes(org.graalvm.word.UnsignedWord edenBytes,
org.graalvm.word.UnsignedWord youngBytes)
public void increaseEdenUsedBytes(org.graalvm.word.UnsignedWord value)
public org.graalvm.word.UnsignedWord getYoungUsedBytes()
public org.graalvm.word.UnsignedWord getEdenUsedBytes()
public org.graalvm.word.UnsignedWord getSurvivorSpaceAfterChunkBytes(int survivorIndex)