1
0
Fork 0
arangodb/3rdParty/jemalloc/v4.5.0
Frank Celler 1a6cadbfe1 added generated files 2017-04-19 20:36:31 +02:00
..
bin added generated files 2017-04-19 20:36:31 +02:00
build-aux added generated files 2017-04-19 20:35:15 +02:00
doc added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
include added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
m4 added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
msvc added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
scripts added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
src added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
test added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
.appveyor.yml added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
.autom4te.cfg added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
.gitattributes added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
.gitignore added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
.travis.yml added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
COPYING added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
ChangeLog added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
INSTALL added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
Makefile.in added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
README added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
autogen.sh added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
config.stamp.in added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
configure added generated configure script 2017-04-19 20:29:15 +02:00
configure.ac added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
coverage.sh added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
jemalloc.pc.in added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00
run_tests.sh added jemalloc 4.5.0 2017-04-19 19:57:54 +02:00

README

jemalloc is a general purpose malloc(3) implementation that emphasizes
fragmentation avoidance and scalable concurrency support.  jemalloc first came
into use as the FreeBSD libc allocator in 2005, and since then it has found its
way into numerous applications that rely on its predictable behavior.  In 2010
jemalloc development efforts broadened to include developer support features
such as heap profiling and extensive monitoring/tuning hooks.  Modern jemalloc
releases continue to be integrated back into FreeBSD, and therefore versatility
remains critical.  Ongoing development efforts trend toward making jemalloc
among the best allocators for a broad range of demanding applications, and
eliminating/mitigating weaknesses that have practical repercussions for real
world applications.

The COPYING file contains copyright and licensing information.

The INSTALL file contains information on how to configure, build, and install
jemalloc.

The ChangeLog file contains a brief summary of changes for each release.

URL: http://jemalloc.net/