Config.in 305 B

123456789
  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.
  8. http://dmalloc.com/