summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dlmalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-32/+39
| | | | | | | * thread.cc (pthread_cond::TimedWait): Check for WAIT_TIMEOUT as well as WAIT_ABANDONED. (__pthread_cond_timedwait): Calculate a relative wait from the abstime parameter.
* forced commitChristopher Faylor2001-06-241-0/+3
|
* * dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda2001-04-241-0/+3855
* dlmalloc.h: Ditto. * Makefile.in: Add support for MALLOC_DEBUG * config.h.in: Ditto. * winsup.h: Ditto. * configure.in: Add --enable-malloc-debugging option. * configure: Regenerate. * debug.h: Include declarations for debugging malloc. * tty.cc (grantpt): Fix definition. (unlockpt): Ditto.