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.
-
Notifications
You must be signed in to change notification settings - Fork 0
garbage collector for c
License
rmrt1n/cgc
About
garbage collector for c
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published