Home :: Programming :: Memory Management





Dynamic Storage Allocation and Memory Management Information Repository
Information about explicit allocation mechanisms such as malloc/free and automatic storage reclamation algorithms such as garbage collection. Maintained by Ben Zorn at the University of Colorado in Boulder.
http://www.cs.colorado.edu/~zorn/DSA.html

Great Circle
commercial collector for C/C++.
http://www.geodesic.com/products/greatcircle.html

A garbage collector for C and 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 of programming language implementations that use C as intermediate code.
http://www.hpl.hp.com/personal/Hans_Boehm/gc/

Garbage Collector for the 'C' programming Language
Contains the user manual, source code.
http://www.utdallas.edu/~ramakrishnan/Projects/GC_for_C/