Dmalloc
Dmalloc is a C memory debugger library written by Gray Watson to assist programmers in finding a variety of dynamic memory allocation mistakes. It replaces parts (such as malloc) of the C standard library provided by the operating system or compiler with its own versions, which produce information intended to help the programmer detect problematic code.
Dmalloc can find memory leaks, off-by-one errors, and usage of invalid addresses in some library functions calls.
See also
External links
- Dmalloc Official web site
- Dmalloc Sourceforge web site
- Memory Leak Detection in Embedded Systems
- Using Dmalloc With the Solaris OS and Sun Studio Compilers
This article is issued from Wikipedia - version of the Friday, June 06, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.