summaryrefslogtreecommitdiffstats
path: root/rules/failmalloc.in
blob: 613faf8c9c4841366117a1f282a9991402d1077e (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=debug_tools
config FAILMALLOC
	tristate
	prompt "failmalloc"
	help
	  The idea behind failmalloc is to demonstrate what really happens if
	  memory allocation fails. Refer http://www.nongnu.org/failmalloc/ for
	  further details and how to use it. This library can be used on demand
	  with the LD_PRELOAD mechanism.