valkey/deps/jemalloc
Oran Agra 2fec7d9c6c Jemalloc: Avoid blocking on background thread lock for stats.
Background threads may run for a long time, especially when the # of dirty pages
is high.  Avoid blocking stats calls because of this (which may cause latency
spikes).

see https://github.com/jemalloc/jemalloc/issues/1502

cherry picked from commit 1a71533511027dbe3f9d989659efeec446915d6b
2019-06-02 15:27:38 +03:00
..
bin Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
build-aux Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
doc Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
include Active defrag fixes for 32bit builds (again) 2018-07-11 16:09:00 +03:00
m4 Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
msvc Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
scripts Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
src Jemalloc: Avoid blocking on background thread lock for stats. 2019-06-02 15:27:38 +03:00
test Generate configure for Jemalloc. 2018-05-24 18:21:13 +02:00
.appveyor.yml Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
.autom4te.cfg Jemalloc updated to 4.0.3. 2015-10-06 16:55:37 +02:00
.gitattributes Jemalloc updated to 4.0.3. 2015-10-06 16:55:37 +02:00
.gitignore Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
.travis.yml Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
autogen.sh jemalloc source added 2011-06-20 11:30:06 +02:00
ChangeLog Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
config.stamp.in jemalloc source added 2011-06-20 11:30:06 +02:00
configure Generate configure for Jemalloc. 2018-05-24 18:21:13 +02:00
configure.ac Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
COPYING Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
INSTALL.md Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
jemalloc.pc.in Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
Makefile.in Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
README Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
run_tests.sh Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
TUNING.md Jemalloc upgraded to version 5.0.1. 2018-05-24 17:17:37 +02:00
VERSION Generate configure for Jemalloc. 2018-05-24 18:21:13 +02: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 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/