glibc/malloc
Jakub Jelinek c7fd336280 * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
(new_heap): Initialize mprotect_size. 
(grow_heap): When growing, only mprotect from mprotect_size till 
new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE 
MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
2007-05-07  Ulrich Drepper  <drepper@redhat.com>
	    Jakub Jelinek  <jakub@redhat.com>

	* malloc/arena.c (heap_info): Add mprotect_size field, adjust pad.
	(new_heap): Initialize mprotect_size.
	(grow_heap): When growing, only mprotect from mprotect_size till
	new_size if mprotect_size is smaller.  When shrinking, use PROT_NONE
	MMAP for __libc_enable_secure only, otherwise use MADV_DONTNEED.
2007-05-07 15:30:57 +00:00
..
arena.c * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. 2007-05-07 15:30:57 +00:00
Depend
hooks.c . 2007-07-31 13:33:18 +00:00
Makefile * malloc/arena.c (heap_info): Add mprotect_size field, adjust pad. 2007-05-07 15:30:57 +00:00
malloc.c [BZ #4349] 2007-04-30 22:18:46 +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
mcheck.h
memusage.c . 2007-07-31 13:33:18 +00:00
memusage.sh [BZ #3348] 2007-02-17 08:36:28 +00:00
memusagestat.c . 2007-07-31 13:33:18 +00:00
morecore.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
mtrace.c * stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms. 2007-01-25 00:45:00 +00:00
mtrace.pl . 2007-07-31 13:33:18 +00:00
obstack.c [BZ #321] 2006-01-11 05:43:11 +00:00
obstack.h [BZ #321] 2006-01-11 05:43:11 +00:00
set-freeres.c
thread-freeres.c
tst-calloc.c
tst-malloc.c * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP 2006-08-24 17:30:37 +00:00
tst-mallocfork.c * malloc/tst-mallocfork.c (do_test): Make sure sa_flags is 2005-12-06 00:50:15 +00:00
tst-mallocstate.c
tst-mcheck.c * elf/dl-close.c: Include stddef.h. 2005-04-27 01:39:11 +00:00
tst-mtrace.c
tst-mtrace.sh [BZ #804] 2005-10-14 23:42:04 +00:00
tst-obstack.c
tst-valloc.c
Versions