Name Date Size #Lines LOC

..--

android/H25-Apr-2025-269197

bin/H25-Apr-2025-5,7194,316

build-aux/H25-Apr-2025-3,5403,110

doc/H25-Apr-2025-3,4023,139

include/H25-Apr-2025-17,77712,953

m4/H25-Apr-2025-563446

msvc/H25-Apr-2025-1,8591,835

scripts/H25-Apr-2025-221162

src/H25-Apr-2025-21,66616,755

test/H25-Apr-2025-18,37814,651

.appveyor.ymlH A D25-Apr-2025985 4339

.autom4te.cfgH A D25-Apr-2025107 43

.gitattributesH A D25-Apr-202519 21

.gitignoreH A D25-Apr-20251 KiB7356

.travis.ymlH A D25-Apr-20258.7 KiB157151

Android.bpH A D25-Apr-202515.4 KiB594508

COPYINGH A D25-Apr-20251.7 KiB2825

ChangeLogH A D25-Apr-202565.9 KiB1,3831,227

INSTALL.mdH A D25-Apr-202514.6 KiB424286

METADATAH A D25-Apr-2025361 1615

MODULE_LICENSE_BSDHD25-Apr-20250

Makefile.inH A D25-Apr-202520.8 KiB570494

OWNERSH A D25-Apr-2025139 43

READMEH A D25-Apr-20251 KiB2116

TUNING.mdH A D25-Apr-20255.8 KiB13093

autogen.shH A D25-Apr-2025266 1814

config.stamp.inHD25-Apr-20250

configureH A D25-Apr-2025362.9 KiB13,73311,093

configure.acH A D25-Apr-202570.8 KiB2,2952,131

jemalloc.pc.inH A D25-Apr-2025465 1311

run_tests.shH A D25-Apr-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