oregoncore/dep/jemalloc
2019-03-19 13:11:18 +02:00
..
bin Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
include Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
src Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
autogen.sh Fix issue with jemalloc. Repo now compiles fine. 2015-09-06 23:03:10 +02:00
ChangeLog Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
CMakeLists.txt Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
config.guess Update year and move some links to HTTPs 2019-03-19 13:11:18 +02:00
config.stamp.in Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
config.sub Update year and move some links to HTTPs 2019-03-19 13:11:18 +02:00
configure Core/Deps Update jemalloc 2015-10-10 19:06:33 +02:00
configure.ac Core/Deps Update jemalloc 2015-10-10 19:06:33 +02:00
COPYING Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
coverage.sh Fix issue with jemalloc. Repo now compiles fine. 2015-09-06 23:03:10 +02:00
install-sh Fix jemalloc (once and for all - I hope! :)) 2014-02-09 00:22:33 +01:00
jemalloc.pc.in Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
Makefile.in Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
OC_NOTE.txt Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
README Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00
VERSION Core/Deps Remove jemalloc hack 2016-01-26 19:47:35 +01:00

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, Valgrind integration, 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://www.canonware.com/jemalloc/