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.
 
 
 
 
 
 
Michael Widenius 273078c5fa Fixes to get valgrind to work with jemalloc 12 years ago
..
bin merge in git://github.com/Tokutek/jemalloc 12 years ago
doc merge in git://github.com/Tokutek/jemalloc 12 years ago
include Fixes to get valgrind to work with jemalloc 12 years ago
src Fixes to get valgrind to work with jemalloc 12 years ago
test merge in git://github.com/Tokutek/jemalloc 12 years ago
COPYING merge in git://github.com/Tokutek/jemalloc 12 years ago
ChangeLog Fixes to get valgrind to work with jemalloc 12 years ago
INSTALL merge in git://github.com/Tokutek/jemalloc 12 years ago
Makefile.in merge in git://github.com/Tokutek/jemalloc 12 years ago
README merge in git://github.com/Tokutek/jemalloc 12 years ago
VERSION merge in git://github.com/Tokutek/jemalloc 12 years ago
autogen.sh merge in git://github.com/Tokutek/jemalloc 12 years ago
config.guess merge in git://github.com/Tokutek/jemalloc 12 years ago
config.stamp.in merge in git://github.com/Tokutek/jemalloc 12 years ago
config.sub merge in git://github.com/Tokutek/jemalloc 12 years ago
configure merge in git://github.com/Tokutek/jemalloc 12 years ago
configure.ac merge in git://github.com/Tokutek/jemalloc 12 years ago
install-sh merge in git://github.com/Tokutek/jemalloc 12 years ago

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/