Config.in 316 B

12345678910
  1. config BR2_PACKAGE_DMALLOC
  2. bool "dmalloc"
  3. default n
  4. help
  5. A debug memory allocation library which is a drop in replacement for
  6. the system's malloc, realloc, calloc, free and other memory management
  7. routines while providing powerful debugging facilities configurable at
  8. runtime.
  9. http://dmalloc.com/