Microblaze: added architecture support for both big endian and low endian
[buildroot-gz.git] / package / dmalloc / Config.in
blob315f6cab66ef8447796f489a8672c92c62ecb7cc
1 config BR2_PACKAGE_DMALLOC
2         bool "dmalloc"
3         help
4           A debug memory allocation library which is a drop in replacement for
5           the system's malloc, realloc, calloc, free and other memory management
6           routines while providing powerful debugging facilities configurable at
7           runtime.
9           http://dmalloc.com/