blob: d9e2681c8b8c779710f45cf37ff5ba377dbf25d9 (
plain)
1
2
3
4
5
6
7
8
|
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/
|