2007-05-18 15:57:16 +00:00
|
|
|
# dmalloc debug facility
|
|
|
|
|
2011-05-08 17:02:44 +00:00
|
|
|
## depends on ! BACKEND
|
|
|
|
##
|
|
|
|
## help dmalloc helps tracking memory allocation mis-usage
|
|
|
|
## help such as double-free, use-after-free...
|
2007-05-18 15:57:16 +00:00
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "dmalloc version"
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2007-05-18 15:57:16 +00:00
|
|
|
|
2009-09-13 15:51:33 +00:00
|
|
|
config DMALLOC_V_5_5_2
|
|
|
|
bool
|
|
|
|
prompt "5.5.2"
|
|
|
|
|
2007-05-18 15:57:16 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config DMALLOC_VERSION
|
|
|
|
string
|
2009-09-13 16:38:06 +00:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2007-05-18 15:57:16 +00:00
|
|
|
default "5.5.2" if DMALLOC_V_5_5_2
|