1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/BeefRT/JEMalloc
2024-04-28 16:11:59 +02:00
..
bin Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
build-aux Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
include Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
src Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
.appveyor.yml Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
.autom4te.cfg Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
autogen.sh Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
configure.ac Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
COPYING Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
INSTALL.md Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
jemalloc.pc.in Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
jemalloc.sln Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
jemalloc.vcxproj Upgraded rest of the solutions/projects 2024-04-28 16:11:59 +02:00
jemalloc.vcxproj.filters Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
Makefile.in Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
README Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07:00
VERSION Added TCMalloc and JEMalloc projects 2022-06-02 17:55:17 -07: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/