• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-444349

bin/03-May-2024-5,3924,036

doc/03-May-2024-2,2172,028

include/03-May-2024-15,56912,595

src/03-May-2024-12,4789,355

test/03-May-2024-10,0117,745

.gitattributesD03-May-202419 21

.gitignoreD03-May-2024722 5440

Android.mkD03-May-20246.4 KiB243153

Android.test.mkD03-May-20241.2 KiB5227

COPYINGD03-May-20241.7 KiB2825

ChangeLogD03-May-202423.8 KiB549463

INSTALLD03-May-202410.3 KiB294218

Makefile.inD03-May-202415.5 KiB438368

READMED03-May-20241.1 KiB2116

autogen.shD03-May-2024266 1814

config.guessD03-May-202444.2 KiB1,5591,352

config.stamp.inD03-May-20240

config.subD03-May-202434.8 KiB1,7961,658

configure.acD03-May-202447 KiB1,5041,398

coverage.shD03-May-2024321 179

install-shD03-May-20245.5 KiB251152

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