org.lwjgl.system.jemalloc.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-jemalloc Show documentation
Show all versions of lwjgl-jemalloc Show documentation
A general purpose malloc implementation that emphasizes fragmentation avoidance and scalable concurrency support.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
/**
* Contains bindings to the jemalloc library. jemalloc is a general purpose malloc implementation that emphasizes
* fragmentation avoidance and scalable concurrency support.
*
* The jemalloc documentation can be found here. The jemalloc
* wiki also contains useful information.
*
* The jemalloc shared library that comes with LWJGL is configured with:
*
*
* - --with-jemalloc-prefix=je_
* - --enable-lazy-lock (Linux & macOS)
* - --disable-stats
* - --disable-fill
* - --disable-zone-allocator (MacOS)
*
*
* The shared library may be replaced with a custom build that has more features enabled.
*
* Dynamic configuration (for enabled features) is also possible, using either the {@code MALLOC_CONF} environment variable or the
* MALLCTL NAMESPACE and the {@code mallctl*} functions.
*/
@org.lwjgl.system.NonnullDefault
package org.lwjgl.system.jemalloc;