All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.system.jemalloc.package-info Maven / Gradle / Ivy

Go to download

A general purpose malloc implementation that emphasizes fragmentation avoidance and scalable concurrency support.

There is a newer version: 3.3.4
Show newest version
/*
 * 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)
  • *
  • --disable-stats
  • *
  • --disable-fill
  • *
  • --disable-cxx
  • *
  • --disable-initial-exec-tls (Linux & macOS)
  • *
  • --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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy