Class OpaqueMemory64

  • All Implemented Interfaces:
    Native
    Direct Known Subclasses:
    Memory64Heap

    public abstract class OpaqueMemory64
    extends AbstractNativeMemory
    implements Native
    The base class for any chunk (i.e. pointer to or structs) of native memory. The run method in MemoryCleaner will clean up the allocated memory after finalizing this instance - if this instance owns the memory.
    Author:
    aploese