Package org.lwjgl.system.mimalloc


@NullMarked package org.lwjgl.system.mimalloc
Contains bindings to mimalloc, a compact general purpose allocator with excellent performance.

The mimalloc shared library that comes with LWJGL is configured with:

  • -DMI_OVERRIDE=OFF
  • -DMI_OSX_INTERPOSE=OFF
  • -DMI_OSX_ZONE=OFF
  • -DMI_WIN_REDIRECT=OFF

The shared library may be replaced with a custom build that has more features enabled.

Resources