Skip to content

mazoti/cgc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

C Garbage Collector

  • A simple and portable C garbage collector for files and memory allocations

  • Works on any modern C compiler replacing default fopen(), fclose(), malloc(), calloc(), realloc() and free() functions

  • Fast, very easy to use and modify under MIT license!

C language doesn't have (and will never have) a garbage collector. Sometimes it's very hard (or the time is very short) to solve memory leaks, so here is your solution. Sockets has portability issues, but it could be implemented in the same way. Any trouble, contact me!

About

C Garbage Collector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages