![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.versions.9.module-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
*/
module org.lwjgl.jemalloc {
requires transitive org.lwjgl;
exports org.lwjgl.system.jemalloc;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy