Memory debugger

From Free net encyclopedia

A memory debugger is a programming tool for finding memory leaks and buffer overflows. These are symptoms for design mistakes or programming errors (bugs) related to the allocation and deallocation of dynamic memory. For a well-commented example of memory-access error detection, see the article on the Purify program.

Contents

Examples

This is a list of tools useful for memory debugging. A profiler can be used in conjunction with a memory debugger.

See also

References

External link