OSDN Git Service

* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is not
authorcgf <cgf>
Sun, 9 Sep 2001 19:06:50 +0000 (19:06 +0000)
committercgf <cgf>
Sun, 9 Sep 2001 19:06:50 +0000 (19:06 +0000)
commit0d9029978c17c5418dea49d700b5ec729effad64
tree726b8a64be0ce51726d43c99d31e79d3a5322293
parentbb8ec92284ae5ba4a93740fff8fd4823a2412486
* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is not
forced to start at the same place in execed process.
* heap.cc: Remove brk* macros for clarity throughout.
* heap.h: Ditto.
* shared.cc (shared_info::initialize): Move heap_chunk test into
heap_chunk_size().
(heap_chunk_size): Check for chunk size here.  Don't go to registry if
heap_chunk_in_mb is already set.
* smallprint.c (console_printf): Add Windows 95 concessions.
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.cc
winsup/cygwin/cygheap.h
winsup/cygwin/heap.cc
winsup/cygwin/heap.h
winsup/cygwin/shared.cc
winsup/cygwin/shared_info.h
winsup/cygwin/smallprint.c