1
0
Fork 0
arangodb/3rdParty/jemalloc/v5.2.1
Jan 1176c38aa1
upgrade jemalloc to 5.2.1 (#9816)
2019-08-27 19:31:09 +02:00
..
bin upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
build-aux upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
doc upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
include upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
m4 upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
msvc upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
scripts upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
src upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
test upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
.appveyor.yml upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
.autom4te.cfg upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
.cirrus.yml upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
.gitattributes upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
.gitignore upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
.travis.yml upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
COPYING upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
ChangeLog upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
INSTALL.md upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
Makefile.in upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
README upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
TUNING.md upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
autogen.sh upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
config.stamp.in upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
configure upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
configure.ac upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
jemalloc.pc.in upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +02:00
run_tests.sh upgrade jemalloc to 5.2.1 (#9816) 2019-08-27 19:31:09 +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/