mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Document MinGW support.
This commit is contained in:
parent
52386b2dc6
commit
40f514fd92
2 changed files with 7 additions and 6 deletions
|
|
@ -22,6 +22,7 @@ found in the git revision history:
|
|||
- Add support for additional operating systems:
|
||||
+ FreeBSD
|
||||
+ Mac OS X Lion
|
||||
+ MinGW
|
||||
- Add support for additional architectures:
|
||||
+ MIPS
|
||||
+ SH4
|
||||
|
|
|
|||
12
README
12
README
|
|
@ -1,10 +1,10 @@
|
|||
jemalloc is a general-purpose scalable concurrent malloc(3) implementation.
|
||||
This distribution is a stand-alone "portable" implementation that currently
|
||||
targets FreeBSD, Linux and Apple OS X. 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue