glibc/malloc
Jakub Jelinek 19ca40f571 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-07-12 15:22:37 +00:00
..
arena.c 2007-05-07 Ulrich Drepper <drepper@redhat.com> 2007-07-12 15:22:37 +00:00
Depend
hooks.c * nis/nis_table.c (nis_list): If __follow_path fails in the new 2007-01-12 14:37:24 +00:00
Makefile
malloc.c * nis/nis_table.c (nis_list): If __follow_path fails in the new 2007-01-12 14:37:24 +00:00
malloc.h
mallocbug.c
mcheck-init.c
mcheck.c
mcheck.h
memusage.c * malloc/memusage.c (dest): Reset not_me back to false after 2007-01-12 15:25:43 +00:00
memusage.sh 2007-02-17 Ulrich Drepper <drepper@redhat.com> 2007-07-12 14:55:40 +00:00
memusagestat.c * nis/nis_table.c (nis_list): If __follow_path fails in the new 2007-01-12 14:37:24 +00:00
morecore.c
mtrace.c
mtrace.pl * nis/nis_table.c (nis_list): If __follow_path fails in the new 2007-01-12 14:37:24 +00:00
obstack.c
obstack.h
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
tst-mallocstate.c
tst-mcheck.c
tst-mtrace.c
tst-mtrace.sh
tst-obstack.c
tst-valloc.c
Versions