Introduction - If you have any usage issues, please Google them yourself
TinyGC is an independent implementation of the API of the well-known Boehm-Demers-Weiser Conservative GC ("BDWGC" or "BoehmGC" for short).TinyGC has been initially developed as a part of the JCGO project to be used as a BoehmGC replacement. At present, TinyGC is a standalone project.
The major TinyGC advantages over BoehmGC are:
1.small code size (it could be as small as 3800 bytes)
2.16-bit architectures are supported
3.small initial internal data size
4.less source code (to verify)
5. minimal set of the underlaying clib/pthread/Win32 functions used.