freebsd-ports/devel/dmalloc/pkg-descr
Will Andrews e6f6ab9a54 Add dmalloc 4.8.1, a version of the malloc(3) library that provides
powerful debugging facilities at runtime.  Required for a forthcoming port.

PR:		23792
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-26 05:36:52 +00:00

9 lines
433 B
Plaintext

The debug memory allocation or dmalloc library has been designed as a
portable drop in replacement for the system's memory management
routines while providing powerful debugging facilities configurable at
runtime. These facilities include such things as memory-leak
tracking, fence-post write detection, file/line number reporting, and
general logging of statistics. Online documentation is available at:
WWW: http://dmalloc.com/