Name Date Size #Lines LOC

..--

bin/H--5,8184,392

build-aux/H--3,8093,319

doc/H--3,8113,516

doc_internal/H--12981

include/H--21,42514,211

m4/H--952733

scripts/H--637436

src/H--32,97024,841

COPYINGH A D23-Apr-20201.7 KiB2825

ChangeLogH A D11-Aug-202577.6 KiB1,6191,442

FREEBSD-XlistH A D01-Dec-20241.3 KiB5049

FREEBSD-diffsH A D05-Sep-202017 KiB583564

FREEBSD-upgradeH A D11-Aug-20253.9 KiB9229

INSTALL.mdH A D02-Sep-202514.5 KiB425285

Makefile.inH A D02-Sep-202526.7 KiB763671

READMEH A D15-Aug-20251 KiB2116

TUNING.mdH A D02-Sep-20255.8 KiB13093

VERSIONH A D11-Aug-202550 21

autogen.shH A D15-Aug-2025266 1814

config.stamp.inHD15-Aug-20250

configure.acH A D02-Sep-202581.8 KiB2,6702,486

jemalloc.pc.inH A D15-Aug-2025465 1311

run_tests.shH A D15-Aug-202548 21

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