From: cgf Date: Fri, 22 Aug 2003 19:33:09 +0000 (+0000) Subject: * cygheap.cc (user_heap_info::max): New field. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8e49cc46d9dcce4b79d20b2706c6e27eb63224e2;p=pf3gnuchains%2Fpf3gnuchains3x.git * cygheap.cc (user_heap_info::max): New field. * heap.cc (heap_init): Save pointer to end of heap reserved memory. (sbrk): Don't attempt to commit memory beyond end of heap reserved memory. Attempt to honor comment and reserve commitbytes if heapchunk fails. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4dfa46d42c..e85e768b4b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2003-08-22 Christopher Faylor + + * cygheap.cc (user_heap_info::max): New field. + * heap.cc (heap_init): Save pointer to end of heap reserved memory. + (sbrk): Don't attempt to commit memory beyond end of heap reserved + memory. Attempt to honor comment and reserve commitbytes if heapchunk + fails. + 2003-08-20 Pierre Humblet * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal