Entry
What does --enable-dmalloc do?
May 15th, 2000 20:46
Nathan Wallace, Richard Lynch
The PHP FAQ links to http://www.dmalloc.com/ which states:
"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 runtime. These facilities include such things
as memory-leak tracking, fence-post write detection, file/line number
reporting, and general logging of statistics."