• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-507388

bin/03-May-2024-5,7024,303

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

doc/03-May-2024-2,9892,756

include/03-May-2024-18,39013,994

msvc/03-May-2024-1,2241,200

src/03-May-2024-18,40514,125

test/03-May-2024-15,32511,916

.appveyor.ymlD03-May-2024673 2925

.autom4te.cfgD03-May-2024107 43

.gitattributesD03-May-202419 21

.gitignoreD03-May-2024960 7257

.travis.ymlD03-May-2024463 3026

Android.bpD03-May-20249.3 KiB376322

COPYINGD03-May-20241.7 KiB2825

ChangeLogD03-May-202447.3 KiB1,009877

INSTALLD03-May-202416.5 KiB429328

MODULE_LICENSE_BSDD03-May-20240

Makefile.inD03-May-202417.9 KiB509438

NOTICED03-May-20241.7 KiB2825

OWNERSD03-May-2024139 43

READMED03-May-20241 KiB2116

autogen.shD03-May-2024266 1814

config.stamp.inD03-May-20240

configure.acD03-May-202463.3 KiB2,0281,878

coverage.shD03-May-2024321 179

jemalloc.pc.inD03-May-2024384 1311

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, Valgrind integration, and extensive monitoring/tuning
7hooks.  Modern jemalloc releases continue to be integrated back into FreeBSD,
8and therefore versatility remains critical.  Ongoing development efforts trend
9toward making jemalloc among the best allocators for a broad range of demanding
10applications, and eliminating/mitigating weaknesses that have practical
11repercussions for real world 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