Skip to content

Tired of forgetting to free all your mallocs in C? Try fdf_malloc with the single call to fdf_free at the end of your program! No need to free each allocation made with fdf_malloc fdf_free takes care of it for you!

Notifications You must be signed in to change notification settings

Elania-Marvers/LibFDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibFdf

Tired of forgetting to free all your mallocs in C?
Try fdf_malloc with the single call to fdf_free at the end of your program!
No need to free each allocation made with fdf_malloc fdf_free takes care of it for you!

Installation

Install LibFdf with make !

  make install 
  make uninstall

Usage/Examples

void *fdf_malloc(size_t size);      // call to alloc safely !
void fdf_free();                    // call to free all alloc !

Compilation !

gcc "myprogram.c" -lfdf

Support

For support, email [email protected].

Authors

About

Tired of forgetting to free all your mallocs in C? Try fdf_malloc with the single call to fdf_free at the end of your program! No need to free each allocation made with fdf_malloc fdf_free takes care of it for you!

Resources

Stars

Watchers

Forks