4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 20:39:33 +08:00
This commit is contained in:
Christopher Faylor 2003-01-18 03:43:48 +00:00
parent 4c6a3e500e
commit 97d2bc794d

View File

@ -2,7 +2,7 @@
* cygheap.cc: Change most 'int's to 'unsigned's.
(_cmalloc): Only check for size of malloced region when calculating
budget. Add overhead when performing the sbrk. Previous change broke
bucket. Add overhead when performing the sbrk. Previous change broke
_crealloc.
2003-01-17 Christopher Faylor <cgf@redhat.com>