Class UpfrontAllocatingPageSource.AllocatedRegion

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int address  
      private int size  
    • Constructor Summary

      Constructors 
      Constructor Description
      AllocatedRegion​(int address, int size)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • address

        private final int address
      • size

        private final int size
    • Constructor Detail

      • AllocatedRegion

        AllocatedRegion​(int address,
                        int size)