Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jemalloc_4.0.4_mingw32.tar.xz | 2015-12-16 | 1.8 MB | |
README-jemalloc.md | 2015-12-16 | 1.9 kB | |
Totals: 2 Items | 1.8 MB | 0 |
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
Project Pages:
Source:
- Releases: GitHub
- Development: Git, Subversion
Licenses:
Documentation:
Support:
- Mailing Lists
- Bug Tracker
- Wiki
- News Feeds (Atom): Releases, Commits
Requires:
- Unix shell (sh) for scripts
- Perl interpreter for scripts
- libgcc
Notes:
- Not meant to be built/installed outside of source root
- Libraries named with wrong VS suffix (.lib)
- Moved DLL from libdir to bindir and edited jemalloc script to match
- Configured Options:
- --build=i686-pc-mingw32: 32-bit build for Win32/MinGW32
- --disable-static --enable-shared: Build shared libs only (.dll)
- --disable-debug: Release build without debugging symbols