summaryrefslogtreecommitdiff
path: root/devel/dmalloc/DESCR
blob: e05ecd28b4d4d69682a36015c0d93990cc2d32a8 (plain)
1
2
3
4
5
6
7
The debug memory allocation, or dmalloc, library has been
designed as a drop-in replacement for the system's malloc(),
realloc(), calloc(), free(), and other memory management
routines while providing powerful debugging facilities
configurable at run-time.  These facilities include such
things as memory leak tracking, fence-post write detection,
file/line number reporting, and general logging of statistics.