| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
in this library but not in FreeBSD's libc and thus not prototyped in the
stock malloc.h [1]
* Remove direct reference to work/ptmalloc in the post-install message
PR: ports/95179 [1]
Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1]
Approved by: grog (maintainer timeout)
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
a BSD compatible license and outperforms FreeBSD's malloc by an order
of magnitude with some pathological files (notably pthreads and
realloc abuse).
|