diff options
author | Christopher Faylor <me@cgf.cx> | 2003-08-22 19:33:09 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-08-22 19:33:09 +0000 |
commit | 7f32ba3a8de4e8c74c7a97d4ee76b1b3a313b6ff (patch) | |
tree | 82b99bae87ec648b9eb79ffda3d87f1bce49516a | |
parent | 897c6b5231b76e475959a3e0c5559df5d46fb87c (diff) | |
download | cygnal-7f32ba3a8de4e8c74c7a97d4ee76b1b3a313b6ff.tar.gz cygnal-7f32ba3a8de4e8c74c7a97d4ee76b1b3a313b6ff.tar.bz2 cygnal-7f32ba3a8de4e8c74c7a97d4ee76b1b3a313b6ff.zip |
* 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.
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4dfa46d42..e85e768b4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2003-08-22 Christopher Faylor <cgf@redhat.com> + + * 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 <pierre.humblet@ieee.org> * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal |