Class MemoryStats
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.db.MemoryStats
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionlongstatic intThe size of the statistics for a single malloc poolstatic int -
Constructor Summary
ConstructorsConstructorDescriptionMemoryStats(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db, long address) -
Method Summary
Modifier and TypeMethodDescriptiongetPools()voidprintMemoryStats(NdNodeTypeRegistry<?> nodeRegistry)readPool(int idx)voidrecordFree(short poolId, long size)voidrecordMalloc(short poolId, long size)voidrefresh()
-
Field Details
-
TOTAL_MALLOC_POOLS
public static final int TOTAL_MALLOC_POOLS- See Also:
- Constant Field Values
-
SIZE
public static final int SIZEThe size of the statistics for a single malloc pool -
address
public final long address
-
-
Constructor Details
-
MemoryStats
public MemoryStats(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db, long address)
-
-
Method Details
-
printMemoryStats
-
getPools
-
getSortedPools
-
recordMalloc
public void recordMalloc(short poolId, long size) -
refresh
public void refresh() -
readPool
-
recordFree
public void recordFree(short poolId, long size)
-