Class MemoryStats.PoolStats

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.db.MemoryStats.PoolStats
Enclosing class:
MemoryStats

public static final class MemoryStats.PoolStats extends Object
  • Field Details

    • POOL_ID_OFFSET

      public static int POOL_ID_OFFSET
    • NUM_ALLOCATIONS_OFFSET

      public static int NUM_ALLOCATIONS_OFFSET
    • TOTAL_SIZE_OFFSET

      public static int TOTAL_SIZE_OFFSET
    • RECORD_SIZE

      public static final int RECORD_SIZE
  • Constructor Details

    • PoolStats

      public PoolStats(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db, long address)
  • Method Details

    • setAllocations

      public void setAllocations(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db, long numAllocations)
    • setTotalSize

      public void setTotalSize(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db, long totalSize)
    • setPoolId

      public void setPoolId(org.aspectj.org.eclipse.jdt.internal.core.nd.db.Chunk db, short poolId)
    • getNumAllocations

      public long getNumAllocations()
    • getPoolId

      public short getPoolId()
    • getTotalSize

      public long getTotalSize()