xref: /OK3568_Linux_fs/buildroot/package/dmalloc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9	  http://dmalloc.com/
10