Class mi_commit_fun_t

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

public abstract class mi_commit_fun_t extends Callback implements mi_commit_fun_tI
Callback function: mi_commit_fun_t
  • Method Details

    • create

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

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

      public static mi_commit_fun_t create(mi_commit_fun_tI instance)
      Creates a mi_commit_fun_t instance that delegates to the specified mi_commit_fun_tI instance.