summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dlmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* remove keyword stuffChristopher Faylor2004-05-121-292/+2
* * include/cygwin/version.h: Bump DLL minor number to 8.Christopher Faylor2004-01-201-5/+15
* * devices.cc: New file.Christopher Faylor2003-09-251-0/+204
* * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor2003-08-311-47/+32
* * cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor2001-10-031-1/+23
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-210/+229
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-32/+39
* forced commitChristopher Faylor2001-06-241-0/+3
* * dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda2001-04-241-0/+3855