Skip to content

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

Packages

Contributors

Languages