• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-244191

bin/03-May-2024-5,7194,316

build-aux/03-May-2024-3,5403,110

doc/03-May-2024-3,4023,139

include/03-May-2024-17,73712,912

m4/03-May-2024-563446

msvc/03-May-2024-1,8591,835

scripts/03-May-2024-221162

src/03-May-2024-21,45516,575

test/03-May-2024-18,37314,647

.appveyor.ymlD03-May-2024985 4339

.autom4te.cfgD03-May-2024107 43

.gitattributesD03-May-202419 21

.gitignoreD03-May-20241 KiB7356

.travis.ymlD03-May-20248.7 KiB157151

Android.bpD03-May-202412 KiB481407

COPYINGD03-May-20241.7 KiB2825

ChangeLogD03-May-202465.9 KiB1,3831,227

INSTALL.mdD03-May-202414.6 KiB424286

LICENSED03-May-20241.7 KiB2825

METADATAD03-May-202439 43

MODULE_LICENSE_BSDD03-May-20240

Makefile.inD03-May-202420.8 KiB570494

NOTICED03-May-20241.7 KiB2825

OWNERSD03-May-2024139 43

READMED03-May-20241 KiB2116

TUNING.mdD03-May-20245.8 KiB13093

autogen.shD03-May-2024266 1814

config.stamp.inD03-May-20240

configureD03-May-2024362.9 KiB13,73311,093

configure.acD03-May-202470.8 KiB2,2952,131

jemalloc.pc.inD03-May-2024465 1311

run_tests.shD03-May-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