ilies1511 / mini_garbage_collector

Simple garbage collection system in C using a singly linked list to manage dynamically allocated memory. The system ensures that all allocated memory is tracked and freed, preventing memory leaks. Additionally, a cleanup function (main_cleanup) is provided to free all memory and reset the garbage collector when the program terminates.
11Updated last week

Alternatives and similar repositories for mini_garbage_collector:

Users that are interested in mini_garbage_collector are comparing it to the libraries listed below