Paul Wilson's Garbage Collection Archive A collection of papers on garbage collection, memory allocation, and the like from the OOPS Research Group at the University of Texas at Austin. Includes papers from the OOPSLA Workshops on Garbage Collection in 1990, 1991, and 1993. ftp://ftp.cs.utexas.edu/pub/garbage/ Utexas.edu~Site InfoWhoisTrace RouteRBL Check
A garbage collector for C/C++ (Hans Boehm) Hans Boehm's page on the widely used Boehm-Demers-Weiser conservative garbage collector for C/C++. The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It is also used by a number http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Hp.com~Site InfoWhoisTrace RouteRBL Check
The Memory Management Reference A resource for programmers and computer scientists interested in memory management and garbage collection. Includes a bibliography of influential authors and papers in the field. Links to a glossary and a beginner's guide to the field. http://www.memorymanagement.org/ Memorymanagement.org~Site InfoWhoisTrace RouteRBL Check
IDH A debug heap for *nix. Captures buffer overwrites, memory leaks, stale pointers, most buffer underflows, and can provide statistics on block sizes. http://i1.dk/idh/ I1.dk~Site InfoWhoisTrace RouteRBL Check