| 1. | Parallel Collector on Message Passing Environment | | | This is a collector for a group of local heaps, in which intra-heap pointers are represented simply by their addresses while inter-heap (remote) pointers by a local pointer to special stub objects. A stub represents a remote reference to the corresponding remote object. The collector reclaims memory no longer reachable from any processor's root by a chain of local/remote pointers. www.yl.is.s.u-tokyo.ac.jp |
| 2. | 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. www.hpl.hp.com |
| 3. | QISH | | | A precise generational copying garbage collector written in C, and usable in C (following explicit coding conventions). [Open source, LGPL] starynkevitch.net |
| | |