Class MemoryManager.ManualFreeMemoryHandle<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T content  
      private java.lang.String name  
      private long size  
    • Constructor Summary

      Constructors 
      Constructor Description
      ManualFreeMemoryHandle​(java.lang.String name, T content, long size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void free()
      Manually release this memory area.
      T get()
      Gets the content of this memory area.
      long getSize()
      Get the size that was requested for this memory area.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait