dbmalloc Tutorial: Including <debug/malloc.h>
Including dbmalloc's special header file maps standard C-library
routines to special routines that track line and file information
of each call.
- C/C++ interface.
- Redefines most common library calls to send file and
line number information.
- Helps to pinpoint source of problem.
- Can cause problems.
Acknowledgement and Disclaimer