Class ExtentDalloc

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

public abstract class ExtentDalloc extends Callback implements ExtentDallocI
Callback function: extent_dalloc_t
  • Method Details

    • create

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

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

      public static ExtentDalloc create(ExtentDallocI instance)
      Creates a ExtentDalloc instance that delegates to the specified ExtentDallocI instance.