blob: 12a3ceef44d39d14d04d3063a45275aab56fe142 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_PACKAGE_MPATROL
bool "mpatrol"
default n
help
A 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.
http://www.cbmamiga.demon.co.uk/mpatrol/
|