2003-07-13 20:20:36 +02:00
|
|
|
The mpatrol library is a powerful debugging tool that attempts to diagnose
|
|
|
|
run-time errors that are caused by the wrong use of dynamically allocated
|
|
|
|
memory. It acts as a malloc() debugger for debugging dynamic memory
|
|
|
|
allocations, although it can also trace and profile calls to malloc() and
|
|
|
|
free() too.
|
|
|
|
|
2009-02-05 08:26:00 +01:00
|
|
|
WWW: http://mpatrol.sourceforge.net/
|