Index of /archives/NetBSD/NetBSD-release-9/src/external/bsd/jemalloc/dist

Icon  Name                                                         Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] .appveyor.yml 2019-03-05 02:10 1.0K [   ] .autom4te.cfg 2019-03-05 02:10 107 [   ] .gitattributes 2019-03-05 02:10 19 [   ] .gitignore 2019-03-05 02:10 1.9K [   ] .travis.yml 2019-03-05 02:10 8.7K [TXT] COPYING 2019-03-05 02:10 1.7K [DIR] CVS/ 2024-02-15 03:51 - [TXT] ChangeLog 2019-03-05 02:10 66K [TXT] INSTALL.md 2019-03-05 02:10 15K [TXT] Makefile.in 2019-03-05 02:10 21K [TXT] README 2019-03-05 02:10 1.0K [TXT] TUNING.md 2019-03-05 02:10 5.8K [   ] VERSION 2019-03-05 02:10 50 [   ] autogen.sh 2019-03-05 02:10 266 [DIR] bin/ 2024-02-15 03:44 - [DIR] build-aux/ 2024-02-15 03:44 - [TXT] config.stamp.in 2019-03-05 02:10 0 [TXT] configure 2019-03-05 02:10 362K [   ] configure.ac 2019-03-05 02:10 71K [DIR] doc/ 2024-02-15 03:44 - [DIR] include/ 2024-02-15 03:44 - [TXT] jemalloc.pc.in 2019-03-05 02:10 465 [DIR] m4/ 2024-02-15 03:44 - [DIR] msvc/ 2024-02-15 03:44 - [   ] run_tests.sh 2019-03-05 02:10 48 [DIR] scripts/ 2024-02-15 03:44 - [DIR] src/ 2024-02-15 03:44 - [DIR] test/ 2024-02-15 03:44 -
jemalloc is a general purpose malloc(3) implementation that emphasizes
fragmentation avoidance and scalable concurrency support.  jemalloc first came
into use as the FreeBSD libc allocator in 2005, and since then it has found its
way into numerous applications that rely on its predictable behavior.  In 2010
jemalloc development efforts broadened to include developer support features
such as heap profiling and extensive monitoring/tuning hooks.  Modern jemalloc
releases continue to be integrated back into FreeBSD, and therefore versatility
remains critical.  Ongoing development efforts trend toward making jemalloc
among the best allocators for a broad range of demanding applications, and
eliminating/mitigating weaknesses that have practical repercussions for real
world applications.

The COPYING file contains copyright and licensing information.

The INSTALL file contains information on how to configure, build, and install
jemalloc.

The ChangeLog file contains a brief summary of changes for each release.

URL: http://jemalloc.net/