- Dmalloc
-
Dmalloc is a memory debugger C library, written by Gray Watson, that helps programmers to find a variety of memory allocation programming errors for dynamic memory. It replaces parts of standard programming library provided by the operating system for malloc and other software with its own versions which help the programmer detect buffer overflows and other critical programming issues.
Dmalloc can find memory leaks, off-by-one errors, 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 Unix-related article is a stub. You can help Wikipedia by expanding it.