glibc/malloc
Ulrich Drepper 854278dff8 * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
mallopt appropriately.
	* malloc/malloc.h: Define M_PERTURB.
	* malloc/malloc.c (perturb_byte): New variable.
	(alloc_perturb, free_perturb): New macros.
	(_int_malloc): Before returning, overwrite the memory if this is
	requested.
	(_int_free): Overwrite freed memory if requested.
	(mALLOPt): Handle M_PERTURB.
	* test-skeleton.c: Add call to mallopt with M_PERTURB command.
2005-03-08 00:50:21 +00:00
..
arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call mallopt appropriately. 2005-03-08 00:44:05 +00:00
Depend
hooks.c 2.5-18.1 2007-07-12 18:26:36 +00:00
Makefile * malloc/Makefile (CFLAGS-mcheck-init.c): Add. 2005-02-22 09:53:18 +00:00
malloc.c * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call 2005-03-08 00:50:21 +00:00
malloc.h * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call 2005-03-08 00:50:21 +00:00
mallocbug.c
mcheck-init.c
mcheck.c 2.5-18.1 2007-07-12 18:26:36 +00:00
mcheck.h
memusage.c 2.5-18.1 2007-07-12 18:26:36 +00:00
memusage.sh * posix/getconf.c: Update copyright year. 2005-01-12 23:43:44 +00:00
memusagestat.c 2.5-18.1 2007-07-12 18:26:36 +00:00
mtrace.c 2.5-18.1 2007-07-12 18:26:36 +00:00
mtrace.pl * posix/getconf.c: Update copyright year. 2005-01-12 23:43:44 +00:00
obstack.c 2.5-18.1 2007-07-12 18:26:36 +00:00
obstack.h 2.5-18.1 2007-07-12 18:26:36 +00:00
set-freeres.c
thread-freeres.c
tst-calloc.c
tst-malloc.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-mallocstate.c
tst-mtrace.c
tst-mtrace.sh 2.5-18.1 2007-07-12 18:26:36 +00:00
tst-obstack.c
tst-valloc.c
Versions