Home | History | Annotate | only in /src/external/bsd/jemalloc/dist
Up to higher level directory
NameDateSize
.appveyor.yml19-Apr-20261.2K
.autom4te.cfg04-Mar-2019107
.clang-format19-Apr-20263.5K
.git-blame-ignore-revs19-Apr-202682
.github/19-Apr-2026
.travis.yml19-Apr-202619K
autogen.sh19-Apr-2026272
bin/19-Apr-2026
build-aux/20-Apr-2026
ChangeLog19-Apr-202685.2K
config.log19-Apr-2026192.8K
config.stamp19-Apr-20260
config.stamp.in04-Mar-20190
config.status19-Apr-202642.8K
configure19-Apr-2026444.1K
configure.ac19-Apr-202695.1K
COPYING23-Sep-20241.7K
doc/19-Apr-2026
doc_internal/19-Apr-2026
include/25-Feb-2026
INSTALL.md19-Apr-202618.5K
jemalloc.pc19-Apr-2026425
jemalloc.pc.in19-Apr-2026521
m4/25-Feb-2026
Makefile19-Apr-202631.1K
Makefile.in19-Apr-202629.7K
msvc/20-Apr-2026
README19-Apr-20261K
run_tests.sh04-Mar-201948
scripts/19-Apr-2026
src/22-Apr-2026
test/19-Apr-2026
TUNING.md19-Apr-20265.8K
VERSION19-Apr-202650

README

      1 jemalloc is a general purpose malloc(3) implementation that emphasizes
      2 fragmentation avoidance and scalable concurrency support.  jemalloc first came
      3 into use as the FreeBSD libc allocator in 2005, and since then it has found its
      4 way into numerous applications that rely on its predictable behavior.  In 2010
      5 jemalloc development efforts broadened to include developer support features
      6 such as heap profiling and extensive monitoring/tuning hooks.  Modern jemalloc
      7 releases continue to be integrated back into FreeBSD, and therefore versatility
      8 remains critical.  Ongoing development efforts trend toward making jemalloc
      9 among the best allocators for a broad range of demanding applications, and
     10 eliminating/mitigating weaknesses that have practical repercussions for real
     11 world applications.
     12 
     13 The COPYING file contains copyright and licensing information.
     14 
     15 The INSTALL file contains information on how to configure, build, and install
     16 jemalloc.
     17 
     18 The ChangeLog file contains a brief summary of changes for each release.
     19 
     20 URL: https://jemalloc.net/
     21