BROKEN: "Installs malloc.h, masking system version" Small, fast malloc library with comprehensive error checking
There is no maintainer for this port. Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org Port Added: unknown License: not specified in port
This is a complete set of memory allocation functions (malloc and
friends) from the Computer Systems Research Institute at U of Toronto.
The allocator is small, fast and space-efficient.
It performs coalescing on frees.
It has hooks for profiling, tracing and memory leak detection.
It has very comprehensive and paranoid errorchecking as a compile
time option, enough to detect most forms of heap corruption.
Optionally, it attempts to be compatible with the proposed ANSI C
Standard definition for the standard library functions malloc(),
calloc(), realloc() and free(). By default, it is more or less
compatible with existing Unix malloc() functions - some
differences do exist. (Notably free(), cfree() returning void,
realloc() not accepting a freed block)
Remove @exec ranlib's. Since pkg_add doesn't change the timestamp, these are
not necessary (even if the linker cares about the timestamp -- I'm not sure if
it does).