android13/external/jemalloc_new
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
android initial 2024-06-22 20:45:49 +08:00
bin initial 2024-06-22 20:45:49 +08:00
build-aux initial 2024-06-22 20:45:49 +08:00
doc initial 2024-06-22 20:45:49 +08:00
include initial 2024-06-22 20:45:49 +08:00
m4 initial 2024-06-22 20:45:49 +08:00
msvc initial 2024-06-22 20:45:49 +08:00
scripts initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08:00
.appveyor.yml initial 2024-06-22 20:45:49 +08:00
.autom4te.cfg initial 2024-06-22 20:45:49 +08:00
.gitattributes initial 2024-06-22 20:45:49 +08:00
.travis.yml initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
COPYING initial 2024-06-22 20:45:49 +08:00
ChangeLog initial 2024-06-22 20:45:49 +08:00
INSTALL.md initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_BSD initial 2024-06-22 20:45:49 +08:00
Makefile.in initial 2024-06-22 20:45:49 +08:00
NOTICE initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00
TUNING.md initial 2024-06-22 20:45:49 +08:00
autogen.sh initial 2024-06-22 20:45:49 +08:00
config.stamp.in initial 2024-06-22 20:45:49 +08:00
configure initial 2024-06-22 20:45:49 +08:00
configure.ac initial 2024-06-22 20:45:49 +08:00
jemalloc.pc.in initial 2024-06-22 20:45:49 +08:00
run_tests.sh initial 2024-06-22 20:45:49 +08: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/