Class ChunkDalloc

    • Method Detail

      • create

        public static ChunkDalloc create(long functionPointer)
        Creates a ChunkDalloc instance from the specified function pointer.
      • create

        public static ChunkDalloc create(ChunkDallocI instance)
        Creates a ChunkDalloc instance that delegates to the specified ChunkDallocI instance.