Update.
commit26d550d38b5c49ddf29055d07301f18a61fc0145
authorUlrich Drepper <drepper@redhat.com>
Mon, 4 Oct 2004 02:27:39 +0000 (4 02:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 4 Oct 2004 02:27:39 +0000 (4 02:27 +0000)
tree4752df4f8f80ea54f84bb77cfa2fafaab954b98b
parent48ad81fa2fcabe1a371813d52087e27c30d6e32a
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.
ChangeLog
malloc/arena.c