• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-497376

bin/03-May-2024-5,6014,220

doc/03-May-2024-2,6762,461

include/03-May-2024-14,75711,384

src/03-May-2024-15,22511,687

test/03-May-2024-11,5688,994

.autom4te.cfgD03-May-2024107 43

.gitattributesD03-May-202419 21

.gitignoreD03-May-2024751 5642

Android.mkD03-May-20247.3 KiB269173

Android.test.mkD03-May-20241.3 KiB5630

COPYINGD03-May-20241.7 KiB2825

ChangeLogD03-May-202432.5 KiB706613

INSTALLD03-May-202415.3 KiB403308

MODULE_LICENSE_BSDD03-May-20240

Makefile.inD03-May-202415.8 KiB449378

NOTICED03-May-20241.7 KiB2825

READMED03-May-20241.1 KiB2116

autogen.shD03-May-2024266 1814

config.guessD03-May-202441.9 KiB1,4211,229

config.stamp.inD03-May-20240

config.subD03-May-202434.9 KiB1,7981,659

configure.acD03-May-202452.9 KiB1,6791,559

coverage.shD03-May-2024321 179

install-shD03-May-20245.5 KiB251152

jemalloc.pc.inD03-May-2024397 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://www.canonware.com/jemalloc/
21