dbmalloc Tutorial: Levels of dbmalloc
There are multiple levels to using the dbmalloc library. Each level
provides more information and more control.
- Just linking in the library.
- Including <debug/malloc.h> to track file and line numbers.
- Direct calls to dbmalloc API.
Acknowledgement and Disclaimer