blob: c713062107642580c513f7fa066e4334f1e4315e (
plain) (
blame)
1
2
3
4
5
|
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.
|