| |||||||||
memwatch is a free programming tool for memory leak detection in C.
It is highly portable ANSI C code which will run on just about any hardware that has a C compiler. While it is primarily intended to detect and diagnose memory leaks, it can also be used to analyze a programs memory usage and provides logging facilities.
See also: memory management, memory debugger.