FEX-Emu jemalloc_glibc but actually updated to newer versions of jemalloc
  • C 88.2%
  • Perl 5.1%
  • M4 3.3%
  • Python 1%
  • Shell 0.9%
  • Other 1.5%
Find a file
2026-07-14 20:07:56 -07:00
.github/workflows init main jemalloc 2026-07-14 20:07:56 -07:00
bin init main jemalloc 2026-07-14 20:07:56 -07:00
build-aux init main jemalloc 2026-07-14 20:07:56 -07:00
doc init main jemalloc 2026-07-14 20:07:56 -07:00
doc_internal init main jemalloc 2026-07-14 20:07:56 -07:00
include init main jemalloc 2026-07-14 20:07:56 -07:00
m4 init main jemalloc 2026-07-14 20:07:56 -07:00
msvc init main jemalloc 2026-07-14 20:07:56 -07:00
scripts init main jemalloc 2026-07-14 20:07:56 -07:00
src init main jemalloc 2026-07-14 20:07:56 -07:00
test init main jemalloc 2026-07-14 20:07:56 -07:00
.appveyor.yml init main jemalloc 2026-07-14 20:07:56 -07:00
.autom4te.cfg init main jemalloc 2026-07-14 20:07:56 -07:00
.clang-format init main jemalloc 2026-07-14 20:07:56 -07:00
.git-blame-ignore-revs init main jemalloc 2026-07-14 20:07:56 -07:00
.gitattributes init main jemalloc 2026-07-14 20:07:56 -07:00
.gitignore init main jemalloc 2026-07-14 20:07:56 -07:00
.travis.yml init main jemalloc 2026-07-14 20:07:56 -07:00
autogen.sh init main jemalloc 2026-07-14 20:07:56 -07:00
ChangeLog init main jemalloc 2026-07-14 20:07:56 -07:00
config.stamp.in init main jemalloc 2026-07-14 20:07:56 -07:00
configure.ac init main jemalloc 2026-07-14 20:07:56 -07:00
COPYING init main jemalloc 2026-07-14 20:07:56 -07:00
INSTALL.md init main jemalloc 2026-07-14 20:07:56 -07:00
jemalloc.pc.in init main jemalloc 2026-07-14 20:07:56 -07:00
Makefile.in init main jemalloc 2026-07-14 20:07:56 -07:00
README init main jemalloc 2026-07-14 20:07:56 -07:00
run_tests.sh init main jemalloc 2026-07-14 20:07:56 -07:00
TUNING.md init main jemalloc 2026-07-14 20:07:56 -07:00

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: https://jemalloc.net/