ALI group at UMass Group at UMass that includes the Object Systems Laboratory, an active memory management research group. |
Automatic Garbage Collection in Java and C++ Contrasts memory management in Java and C++, and explains why C++ would not be well suited for AGC. |
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. |
Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework at MSDN Magazine, November 2000. |
International Workshop on Memory Management Pages for several of the IWMM conferences, including proceedings and papers presented. |
Inuse A graphical utility that allows you to watch a program allocate and free dynamic memory blocks, increasing your understanding of memory. |
ISMM 2002 The 2002 International Symposium on Memory Management |
OOPS Group Publications Comprehensive review of automated allocation techniques. |
The GC-LIST FAQ A draft FAQ for the Garbage Collection mailing list. Contains a list of algorithms and techniques, related jargon, language interfaces, and challenging problems such as threading, distributed objects, persistency, and "uncooperative environments&qu |