This commit is contained in:
Christopher Faylor 2003-01-18 03:43:48 +00:00
parent 4c6a3e500e
commit 97d2bc794d
1 changed files with 1 additions and 1 deletions

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>