glibc/malloc
Ulrich Drepper 26d550d38b Update.
2004-03-18  Jakub Jelinek  <jakub@redhat.com>

	* malloc/arena.c (aligned_heap_area): New variable.
	(new_heap): If aligned_heap_area != NULL, attempt to use that
	first.  If HEAP_MAX_SIZE << 1 area is already HEAP_MAX_SIZE bytes
	aligned, remember the second half in aligned_heap_area.
	(delete_heap): Clear aligned_heap_area if deleting the area right
	before aligned_heap_area.
2004-10-04 02:27:39 +00:00
..
arena.c Update. 2004-10-04 02:27:39 +00:00
Depend
hooks.c Update. 2004-09-09 21:10:29 +00:00
Makefile
malloc.c (public_vALLOc): Add missing use of hooks. (public_pVALLOc): Likewise. 2004-10-01 23:51:18 +00:00
malloc.h Update. 2004-09-08 06:31:04 +00:00
mallocbug.c
mcheck-init.c Update. 2004-09-08 08:12:39 +00:00
mcheck.c 2004-09-08 Roland McGrath <roland@redhat.com> 2004-09-08 20:36:02 +00:00
mcheck.h
memusage.c [BZ #285] 2004-08-10 04:18:14 +00:00
memusage.sh
memusagestat.c [BZ #285] 2004-08-10 04:18:14 +00:00
mtrace.c Update. 2004-09-14 04:41:35 +00:00
mtrace.pl [BZ #163] 2004-05-18 20:18:14 +00:00
obstack.c Don't allow linking with _obstack. 2004-05-24 05:20:48 +00:00
obstack.h Update. 2004-06-29 17:28:24 +00:00
set-freeres.c
thread-freeres.c
tst-calloc.c
tst-malloc.c
tst-mallocstate.c
tst-mtrace.c
tst-mtrace.sh
tst-obstack.c
tst-valloc.c
Versions