• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

bin/21-Aug-2025-

doc/21-Aug-2025-

include/21-Aug-2025-

m4/21-Aug-2025-

msvc/21-Aug-2025-

src/21-Aug-2025-

test/21-Aug-2025-

.appveyor.yml A D21-Aug-2025673 2925

.autom4te.cfg A D21-Aug-2025107 43

.gitattributes A D21-Aug-202519 21

.gitignore A D21-Aug-20251.2 KiB8165

.travis.yml A D21-Aug-2025668 3430

COPYING A D21-Aug-20251.7 KiB2825

ChangeLog A D21-Aug-202547.3 KiB1,009877

INSTALL A D21-Aug-202516.9 KiB436335

Makefile.in A D21-Aug-202520.6 KiB564490

README A D21-Aug-20251 KiB2116

README.fuchsia A D21-Aug-2025120 43

autogen.sh A D21-Aug-2025266 1814

config.stamp.in A D21-Aug-20250

configure.ac A D21-Aug-202564.7 KiB2,0971,943

coverage.sh A D21-Aug-2025321 179

jemalloc.pc.in A D21-Aug-2025384 1311

rules.mk A D21-Aug-20251.3 KiB3822

README

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

README.fuchsia

1Source: https://github.com/jemalloc/jemalloc
2Git Commit: 5154ff32ee8c37bacb6afd8a07b923eb33228357
3License: 2-Clause BSD
4