You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
android v811_spc009_project 4 months ago
bin v811_spc009_project 4 months ago
build-aux v811_spc009_project 4 months ago
doc v811_spc009_project 4 months ago
include v811_spc009_project 4 months ago
m4 v811_spc009_project 4 months ago
msvc v811_spc009_project 4 months ago
scripts v811_spc009_project 4 months ago
src v811_spc009_project 4 months ago
test v811_spc009_project 4 months ago
.appveyor.yml v811_spc009_project 4 months ago
.autom4te.cfg v811_spc009_project 4 months ago
.travis.yml v811_spc009_project 4 months ago
Android.bp v811_spc009_project 4 months ago
COPYING v811_spc009_project 4 months ago
ChangeLog v811_spc009_project 4 months ago
INSTALL.md v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
MODULE_LICENSE_BSD v811_spc009_project 4 months ago
Makefile.in v811_spc009_project 4 months ago
NOTICE v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
TUNING.md v811_spc009_project 4 months ago
autogen.sh v811_spc009_project 4 months ago
config.stamp.in v811_spc009_project 4 months ago
configure v811_spc009_project 4 months ago
configure.ac v811_spc009_project 4 months ago
jemalloc.pc.in v811_spc009_project 4 months ago
run_tests.sh v811_spc009_project 4 months ago

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/