Class mi_output_fun

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.mimalloc.mi_output_fun
All Implemented Interfaces:
AutoCloseable, CallbackI, mi_output_funI, NativeResource, Pointer

public abstract class mi_output_fun extends Callback implements mi_output_funI
Callback function: mi_output_fun
  • Method Details

    • create

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

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

      public static mi_output_fun create(mi_output_funI instance)
      Creates a mi_output_fun instance that delegates to the specified mi_output_funI instance.