|
|
|
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".
http://www.iecc.com/gclist/GC-faq.html
|
|
|
|
|
|
The Memory Management Reference
A resource for programmers and computer scientists interested in memory management and garbage collection. Includes a fairly comprehensive 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/
|
|
|
|
|
|
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/
|
|
|
|