https://github.com/percona/jemalloc
https://github.com/percona/jemalloc
eng
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/percona/jemalloc
- Owner: percona
- License: other
- Created: 2013-04-16T06:14:25.000Z (about 13 years ago)
- Default Branch: 3.3.1
- Last Pushed: 2017-05-23T10:36:12.000Z (about 9 years ago)
- Last Synced: 2023-03-11T03:12:58.801Z (about 3 years ago)
- Topics: eng
- Language: C
- Size: 736 KB
- Stars: 26
- Watchers: 118
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
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/