aboutsummaryrefslogtreecommitdiff
path: root/devel/ptmalloc2
Commit message (Collapse)AuthorAgeFilesLines
* Split out build targets into all (only libraries) and tests (onlyGreg Lehey2004-12-141-5/+7
| | | | | | | | | | | | | tests). The original Makefile built only the tests. This solves a problem with (only slightly) older versions of FreeBSD which don't have libpthreads. This is required for the tests, and since there are other issues, it doesn't seem to be worthwhile trying to fix them. If you want to build the tests on a release older than 5.3, you'll have to play around a bit. Notes: svn path=/head/; revision=123982
* Clarify that the package won't build on older versions.Greg Lehey2004-12-141-0/+5
| | | | Notes: svn path=/head/; revision=123980
* New port: ptmalloc is an older version of the GNU libc malloc. It hasGreg Lehey2004-12-145-0/+130
a BSD compatible license and outperforms FreeBSD's malloc by an order of magnitude with some pathological files (notably pthreads and realloc abuse). Notes: svn path=/head/; revision=123979