libc/winsup
Christopher Faylor 8d82847a29 * cygheap.cc (init_cheap): Set aside space for heap walk pointer.
(_csbrk): Make logic for detecting when to alloc cognizant of initialization
condition.
(_cmalloc): Use a structure to hold bucket size and heap chain pointer.  Store
pointer to next freed block in bucket size location so that it will be easy to
see if a block is allocated.
(_cfree): Store pointer to next freed block in bucket size location.
(_crealloc): Use macro to retrieve bucket size.
(cygheap_init): Eliminate.
(cygheap_fixup_in_child): Add second argument to determine if we were execed or
not.  In execed case, walk the heap, cleaning up any orphaned blocks.
* cygheap.h: Add a "MAX" value to cygheap_types.  Remove cygheap_init
declaration.  Accomodate new argument to cygheap_fixup_in child.
* fork.cc (fork): Accomodate extra argument to cygheap_fixup_in_child.
* dcrt0.cc (dll_crt0_1): Ditto.  Remove call to cygheap_init.
2000-09-30 04:54:11 +00:00
..
cygwin * cygheap.cc (init_cheap): Set aside space for heap walk pointer. 2000-09-30 04:54:11 +00:00
doc Added missing article 2000-09-29 22:23:37 +00:00
mingw Add comment. 2000-06-18 01:53:10 +00:00
testsuite Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
utils Forgot to remove cygkeycheck.cc 2000-09-29 11:22:36 +00:00
w32api * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId 2000-08-19 00:20:00 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * Makefile.in: Add new goal "check" 2000-09-03 04:06:38 +00:00
MAINTAINERS DJ is sole setup maintainer now. 2000-08-10 23:51:25 +00:00
Makefile.common * Makefile.in: More normalization. 2000-09-01 14:20:30 +00:00
Makefile.in * Makefile.in: Add new goal "check" 2000-09-03 04:06:38 +00:00
configure * Makefile.in: Add new goal "check" 2000-09-03 04:06:38 +00:00
configure.in * Makefile.in: Add new goal "check" 2000-09-03 04:06:38 +00:00