Name Date Size #Lines LOC

..--

bin/H29-Jan-2025-5,7194,316

build-aux/H29-Jan-2025-3,5413,111

doc/H29-Jan-2025-7,6797,379

doc_internal/H29-Jan-2025-

include/H09-Jul-2024-13,5219,745

m4/H29-Jan-2025-563446

msvc/H09-Jul-2024-1,8591,835

scripts/H29-Jan-2025-221162

src/H29-Jan-2025-21,26116,476

test/H29-Jan-2025-18,18814,528

.appveyor.ymlH A D29-Jan-2025936

.autom4te.cfgH A D09-Jul-2024107 43

.cirrus.ymlH A D29-Jan-20251.2 KiB

.clang-formatH A D29-Jan-20253.5 KiB

.travis.ymlH A D29-Jan-202520.9 KiB

COPYINGH A D29-Jan-20251.7 KiB

ChangeLogH A D29-Jan-202577.6 KiB

INSTALL.mdH A D29-Jan-202514.5 KiB

Makefile.inH A D29-Jan-202526.7 KiB

READMEH A D09-Jul-20241 KiB2116

TUNING.mdH A D29-Jan-20255.8 KiB

VERSIONH A D29-Jan-202550

autogen.shH A D09-Jul-2024266 1814

config.stamp.inHD09-Jul-20240

configureH A D29-Jan-2025406.5 KiB

configure.acH A D29-Jan-202581.8 KiB

jemalloc.pc.inH A D09-Jul-2024465 1311

run_tests.shH A D09-Jul-202448 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