NameDateSize

..12-Mar-20154 KiB

.gitattributes12-Mar-201519

.gitignore12-Mar-2015722

android/12-Mar-20154 KiB

Android.mk12-Mar-20156.4 KiB

Android.test.mk12-Mar-20151.2 KiB

autogen.sh12-Mar-2015266

bin/12-Mar-20154 KiB

ChangeLog12-Mar-201523.8 KiB

config.guess12-Mar-201544.2 KiB

config.stamp.in12-Mar-20150

config.sub12-Mar-201534.8 KiB

configure.ac12-Mar-201547 KiB

COPYING12-Mar-20151.7 KiB

coverage.sh12-Mar-2015321

doc/12-Mar-20154 KiB

include/12-Mar-20154 KiB

INSTALL12-Mar-201510.3 KiB

install-sh12-Mar-20155.5 KiB

Makefile.in12-Mar-201515.5 KiB

README12-Mar-20151.1 KiB

src/12-Mar-20154 KiB

test/12-Mar-20154 KiB

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