Skip to content

walywest/C_Garbage_Collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quickly find your leaks

Simple and maybe even primitve C language gargbage collector that warns which lines from your code are the culprits. FREE YOUR MEMORY!

How to use?

  1. include the header in ur source code, and MAKE SURE to include before any usage of Malloc().

  2. and add the following call in every possible exit or end of ur programme (yes open for contributions).

    lgebs(0,0,0, 3, 0);

  3. run your program.

Known issues :

It needs better wrapping for a more streamlined usage, open for contributions and suggestions.

About

Just a simple C garbage collector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages