Skip to content

rmrt1n/cgc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published