Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din: | Christopher Faylor | 2003-02-22 | 1 | -1/+0 |
| | | | | Export mallinfo. # malloc_wrapper.cc (mallinfo): New function. | ||||
* | * cygmalloc.h (MORECORE_CANNOT_TRIM): Define. | Christopher Faylor | 2002-08-18 | 1 | -1/+0 |
| | |||||
* | * sigproc.cc (sigCONT): Define. | Christopher Faylor | 2002-08-18 | 1 | -1/+3 |
| | | | | | | | | | * sigproc.h (sigCONT): Declare. (wait_sig): Create sigCONT event here. * exceptions.cc (sig_handle_tty_stop): Wait for sigCONT event rather than stopping thread. (sig_handle): Set sigCONT event as appropriate on SIGCONT rather than calling ResumeThread. | ||||
* | * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use | Christopher Faylor | 2002-08-16 | 1 | -0/+28 |
-fomit-frame-pointer for malloc.o compilation. * malloc_wrapper.cc: New file. Rename from malloc.cc. Add support for more malloc functions. Eliminate export_* calls. Just use straight malloc names. Remove unused argument from malloc lock functions. * cygwin.din: Just export straight malloc names. Add malloc_stats, malloc_trim, malloc_usable_size, mallopt, memalign, valloc. * dcrt0.cc (__cygwin_user): Eliminate export_* malloc entries. * fork.cc (fork_parent): Remove unused argument from malloc_lock argument. * malloc.cc: New file. Doug Lea's malloc v2.7.1. * cygmalloc.h: New file. * include/cygwin/version.h: Bump API_MINOR. * sync.h (muto::acquire): Use appropriate number for regparm attribute. (muto::reset): Ditto. (muto::release): Ditto. |