rust/src/rt/jemalloc
2013-06-17 20:20:24 +09:00
..
bin update jemalloc to 3.4.0 2013-06-12 00:26:15 -04:00
doc update jemalloc to 3.4.0 2013-06-12 00:26:15 -04:00
include update jemalloc to 3.4.0 2013-06-12 00:26:15 -04:00
src update jemalloc to 3.4.0 2013-06-12 00:26:15 -04:00
test add jemalloc to the runtime 2013-06-01 10:45:11 -04:00
autogen.sh add jemalloc to the runtime 2013-06-01 10:45:11 -04:00
ChangeLog update jemalloc to 3.4.0 2013-06-12 00:26:15 -04:00
config.guess add jemalloc to the runtime 2013-06-01 10:45:11 -04:00
config.stamp.in add jemalloc to the runtime 2013-06-01 10:45:11 -04:00
config.sub add jemalloc to the runtime 2013-06-01 10:45:11 -04:00
configure rt: fix jemalloc android cross-compile for mac 2013-06-17 20:20:24 +09:00
configure.ac update jemalloc to 3.4.0 2013-06-12 00:26:15 -04:00
COPYING add jemalloc to the runtime 2013-06-01 10:45:11 -04:00
INSTALL add jemalloc to the runtime 2013-06-01 10:45:11 -04:00
install-sh update jemalloc to 3.4.0 2013-06-12 00:26:15 -04:00
Makefile.in rt: fix jemalloc android cross-compile for mac 2013-06-17 20:20:24 +09:00
README add jemalloc to the runtime 2013-06-01 10:45:11 -04:00
VERSION update jemalloc to 3.4.0 2013-06-12 00:26:15 -04:00

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/