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
  5. replacement for the system's malloc, realloc, calloc, free and
  6. other memory management routines while providing powerful
  7. debugging facilities configurable at runtime.
  8. http://dmalloc.com/