2006-12-12 23:16:41 +01:00
|
|
|
config BR2_PACKAGE_DMALLOC
|
|
|
|
bool "dmalloc"
|
2014-04-17 23:43:51 +02:00
|
|
|
# On some packages, Microblaze gcc has issues when debugging
|
|
|
|
# symbols are enabled: "Error: operation combines symbols in
|
|
|
|
# different segments".
|
|
|
|
depends on !(BR2_microblaze && BR2_ENABLE_DEBUG)
|
2006-12-12 23:16:41 +01:00
|
|
|
help
|
|
|
|
A debug memory allocation library which is a drop in replacement for
|
|
|
|
the system's malloc, realloc, calloc, free and other memory management
|
|
|
|
routines while providing powerful debugging facilities configurable at
|
|
|
|
runtime.
|
|
|
|
|
|
|
|
http://dmalloc.com/
|