summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-23 00:03:54 +0000
committerChristopher Faylor <me@cgf.cx>2003-08-23 00:03:54 +0000
commit5c6497b43f67ac058e6699ebcd5f3961567ef13c (patch)
tree2b99de220729c9ae9a0d53cc98be0a62812ac423 /winsup/cygwin/ChangeLog
parent7f32ba3a8de4e8c74c7a97d4ee76b1b3a313b6ff (diff)
downloadcygnal-5c6497b43f67ac058e6699ebcd5f3961567ef13c.tar.gz
cygnal-5c6497b43f67ac058e6699ebcd5f3961567ef13c.tar.bz2
cygnal-5c6497b43f67ac058e6699ebcd5f3961567ef13c.zip
* cygheap.h (enum cygheap_types): Add HEAP_MMAP.
(CYGHEAPSIZE): Add another 64K. * mmap.cc: Use cmalloc, ccalloc and crealloc with HEAP_MMAP type throughout.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e85e768b4..436f853a2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-22 Corinna Vinschen <corinna@vinschen.de>
+
+ * cygheap.h (enum cygheap_types): Add HEAP_MMAP.
+ (CYGHEAPSIZE): Add another 64K.
+ * mmap.cc: Use cmalloc, ccalloc and crealloc with HEAP_MMAP type
+ throughout.
+
2003-08-22 Christopher Faylor <cgf@redhat.com>
* cygheap.cc (user_heap_info::max): New field.