Skip to content

A basic garbage collection application written in C to manage memory

Notifications You must be signed in to change notification settings

briancain/garbage-collector

Repository files navigation

Mark and Sweep Garbage Collector in C

A basic garbage collection program.

Documentation

Visit docs for more information

Running the tests

Most of the tests are located in main. Compiling with the make file will be the easiest way to run the tests.

Using the GC

To use the GC, you simply have to add the garbageCollector.h header file to your C program. Instead of calling malloc, you will use the gcInit hooks. There are several other important garbage collection hooks that you will need to use, so make sure to read the documentation in the docs folder.

Developers

About

A basic garbage collection application written in C to manage memory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages