No description
Find a file
Jason Evans 34457f5144 Fix deadlock in the arenas.purge mallctl.
Fix deadlock in the arenas.purge mallctl due to recursive mutex
acquisition.
2012-11-03 21:18:28 -07:00
bin Few configure.ac adjustments 2012-04-30 17:13:45 -07:00
doc Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00
include Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00
src Fix deadlock in the arenas.purge mallctl. 2012-11-03 21:18:28 -07:00
test Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00
.gitignore Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00
autogen.sh
ChangeLog Fix dss/mmap allocation precedence code. 2012-10-16 22:06:56 -07:00
config.guess
config.stamp.in
config.sub
configure.ac Drop const from malloc_usable_size() argument on Linux. 2012-10-09 16:20:10 -07:00
COPYING
INSTALL Add the --enable-mremap option. 2012-05-09 16:12:00 -07:00
install-sh
Makefile.in Add arena-specific and selective dss allocation. 2012-10-12 18:26:16 -07:00
README

jemalloc is a general-purpose scalable concurrent malloc(3) implementation.
This distribution is a "portable" implementation that currently targets
FreeBSD, Linux, Apple OS X, and MinGW.  jemalloc is included as the default
allocator in the FreeBSD and NetBSD operating systems, and it is used by the
Mozilla Firefox web browser on Microsoft Windows-related platforms.  Depending
on your needs, one of the other divergent versions may suit your needs better
than this distribution.

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://www.canonware.com/jemalloc/