f-stack/app/redis-6.2.6/deps/jemalloc
用jfb8856606 7616fe14b6 Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
..
bin Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
build-aux Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
doc Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
include Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
m4 Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
msvc Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
scripts Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
src Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
test Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
.appveyor.yml Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
.autom4te.cfg Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
.gitattributes Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
.gitignore Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
.travis.yml Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
COPYING Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
ChangeLog Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
INSTALL.md Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
Makefile.in Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
README Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
TUNING.md Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
autogen.sh Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
config.stamp.in Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
configure.ac Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
jemalloc.pc.in Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00:00
run_tests.sh Redis: upgrade to redis-6.2.6. 2022-09-02 02:55:00 +00: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/