michael@0: jemalloc is a general-purpose scalable concurrent malloc(3) implementation. michael@0: This distribution is a "portable" implementation that currently targets michael@0: FreeBSD, Linux, Apple OS X, and MinGW. jemalloc is included as the default michael@0: allocator in the FreeBSD and NetBSD operating systems, and it is used by the michael@0: Mozilla Firefox web browser on Microsoft Windows-related platforms. Depending michael@0: on your needs, one of the other divergent versions may suit your needs better michael@0: than this distribution. michael@0: michael@0: The COPYING file contains copyright and licensing information. michael@0: michael@0: The INSTALL file contains information on how to configure, build, and install michael@0: jemalloc. michael@0: michael@0: The ChangeLog file contains a brief summary of changes for each release. michael@0: michael@0: URL: http://www.canonware.com/jemalloc/