Skip to content

CCantale/cantalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

cantalloc

A basic C garbage collector system. Call cantalloc()/ccantalloc() instead of malloc()/calloc() to allocate memory. Then, forget about your pointers and just call cantalloc_clean() at the end of your program to free everything. No leaks, no stress. Have a nice day!

Example

Screen Shot 2023-02-04 at 2 14 54 PM

Output:

Screen Shot 2023-02-04 at 1 17 51 PM

Screen Shot 2023-02-04 at 1 18 11 PM

About

C garbage collector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages