Embedded Garbage Collector (egc)SourceForge Logo

EGC is a garbage collector designed for embedded use. It is only designed for embedded use, and even so it may not be suitable for your application. Look at the Boehm collector, too, it is more general and better debugged than this one (although this one has seen a lot of use in my company without any problems). This collector is specifically designed for:

If you still want it, see the SourceForge page It only currently works on Linux on PowerPC and IA32 (Intel) and IA32 is not well tested. Look in the file named egc.h for instructions on how to use the collector.