summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dlmalloc.h
Commit message (Collapse)AuthorAgeFilesLines
* * dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda2001-04-241-0/+96
* 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.