Skip to content

mbgrydeland/jemalloc

This branch is 1097 commits behind jemalloc/jemalloc:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e06658c · Sep 11, 2019
Apr 23, 2019
Nov 10, 2016
Aug 9, 2019
Sep 5, 2019
Dec 13, 2016
Aug 29, 2019
Sep 11, 2019
Sep 5, 2019
Sep 9, 2019
Jul 15, 2019
Sep 3, 2014
Jan 14, 2019
May 7, 2014
Jul 13, 2018
Apr 15, 2019
Jan 25, 2019
Aug 5, 2019
Aug 16, 2019
Aug 19, 2019
Sep 12, 2016
May 3, 2018
Apr 1, 2011
Apr 1, 2011
Aug 16, 2019
May 8, 2018
Jan 31, 2017

Repository files navigation

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/

Packages

No packages published

Languages

  • C 78.8%
  • Perl 8.7%
  • C++ 5.8%
  • M4 4.3%
  • Makefile 1.1%
  • Shell 0.9%
  • Python 0.4%