Sort by: Hits | Alphabetical Links |
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 of programming language implementations that use C as intermediate code. www.hpl.hp.com/personal/Hans_Boehm/gc/ Read more |
| A Memory Allocator Article by Doug Lea about the design of his well-known "Lea" memory allocator. gee.cs.oswego.edu/dl/html/malloc.html Read more |
| ALI group at UMass Group at UMass that includes the Object Systems Laboratory, an active memory management research group. www-ali.cs.umass.edu/ Read more |
| IDH A debug heap for *nix. Captures buffer overwrites, memory leaks, stale pointers, most buffer underflows, and can provide statistics on block sizes. i1.dk/idh/ Read more |
| OOPSLA'97 GC and MM Workshop Contains links to the papers presented at the 1997 OOPSLA Workshop on Garbage Collection and Memory Management. www.dcs.gla.ac.uk/~huw/oopsla97/gc/papers.html Read more |
| Richard Jones' Garbage Collection Page Richard Jones wrote Garbage Collection: Algorithms for Automatic Dynamic Memory Management", the first English book concerned solely with garbage collection. Garbage collection page has an FAQ, and a large bibliography. www.cs.kent.ac.uk/people/staff/rej/gc.html Read more |
| The GC-LIST FAQ A draft FAQ for the Garbage Collection mailing list. Includes a list of algorithms and techniques, related jargon, language interfaces, and challenging problems such as threading, distributed objects, persistency, and "uncooperative environments". www.iecc.com/gclist/GC-faq.html Read more |
| 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. www.memorymanagement.org/ Read more |
| |
| Number of directories: 10.389
Number of links: 163.566
Last updated: Feb 12, 2008. |
|