NameDateSize

..20-Dec-201612 KiB

.autom4te.cfg20-Dec-2016107

.gitattributes20-Dec-201619

.gitignore20-Dec-2016960

android/20-Dec-20164 KiB

Android.bp20-Dec-20168.3 KiB

Android.mk20-Dec-20168.5 KiB

Android.test.mk20-Dec-20161.3 KiB

autogen.sh20-Dec-2016266

bin/20-Dec-20164 KiB

build-aux/20-Dec-20164 KiB

ChangeLog20-Dec-201641.1 KiB

config.stamp.in20-Dec-20160

configure.ac20-Dec-201656.4 KiB

COPYING20-Dec-20161.7 KiB

coverage.sh20-Dec-2016321

doc/20-Dec-20164 KiB

include/20-Dec-20164 KiB

INSTALL20-Dec-201615.7 KiB

jemalloc.pc.in20-Dec-2016397

Makefile.in20-Dec-201617.2 KiB

MODULE_LICENSE_BSD20-Dec-20160

msvc/20-Dec-20164 KiB

NOTICE20-Dec-20161.7 KiB

README20-Dec-20161.1 KiB

src/20-Dec-20164 KiB

test/20-Dec-20164 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