Class MemoryAllocation


  • public final class MemoryAllocation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MemoryAllocation​(java.lang.String tag, long allocation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getAllocation()  
      java.lang.String getTag()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MemoryAllocation

        public MemoryAllocation​(java.lang.String tag,
                                long allocation)
    • Method Detail

      • getTag

        public java.lang.String getTag()
      • getAllocation

        public long getAllocation()