Class ExtentSplit

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

public abstract class ExtentSplit extends Callback implements ExtentSplitI
Callback function: extent_split_t
  • Method Details

    • create

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

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

      public static ExtentSplit create(ExtentSplitI instance)
      Creates a ExtentSplit instance that delegates to the specified ExtentSplitI instance.