rmrt1n / cgc

garbage collector for c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cgc

This is a barebones garbage collector for C. It is a simple stop-the-world, mark and sweep GC for learning purposes. Example usage is in the main.c file. The output of valgrind's memcheck said that all heap blocks were freed, so I'm assuming it works.

About

garbage collector for c

License:MIT License


Languages

Language:C 98.1%Language:Makefile 1.9%