Clean up documentation and formatting.

This commit is contained in:
Jason Evans
2012-04-23 12:49:23 -07:00
parent a4936ce4d6
commit 079687bb87
4 changed files with 11 additions and 15 deletions

12
README
View File

@@ -1,10 +1,10 @@
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.
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.