whgc

Not logged in

whgc - WanderingHorse.net Garbage Collector library for C

Welcome to the whgc source code repository! This repository hosts small collection of Ccode to assist in freeing up memory in C programs (i.e. garbage collection or GC).

It provides these different approaches to GC:

Code Status: Works for me! i use the basic GC API intensively in pegc and am quite satisfied with it. The other implementations have seen less usage/testing.

Author: Stephan Beal (http://wanderinghorse.net/home/stephan)

License: the core library is Public Domain, but some of the borrowed utility code is released under a BSD license (see whhash.{c,h} for details).

Downloading: See the downloads page.