Class ExtentMerge

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.jemalloc.ExtentMerge
All Implemented Interfaces:
AutoCloseable, CallbackI, ExtentMergeI, NativeResource, Pointer

public abstract class ExtentMerge extends Callback implements ExtentMergeI
Callback function: extent_merge_t
  • Method Details

    • create

      public static ExtentMerge create(long functionPointer)
      Creates a ExtentMerge instance from the specified function pointer.
      Returns:
      the new ExtentMerge
    • createSafe

      public static @Nullable ExtentMerge createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static ExtentMerge create(ExtentMergeI instance)
      Creates a ExtentMerge instance that delegates to the specified ExtentMergeI instance.