ilies1511 / mini_garbage_collectorLinks
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.
☆15Updated 5 months ago
Alternatives and similar repositories for mini_garbage_collector
Users that are interested in mini_garbage_collector are comparing it to the libraries listed below
Sorting:
- Welcome to miniRT, a compact ray tracing project implemented in C. This project explores the core principles of ray tracing, rendering st…☆11Updated 8 months ago
- This 42 project is an introduction to the beautiful world of Raytracing.☆37Updated 2 years ago
- FDF / Finished / 125 scored☆130Updated 7 months ago
- Interactive Ray Traced 3D Renderer☆38Updated last year
- Running commands inside a dockerized linux environment with zero setup☆38Updated last year
- Efficient, documented and Medium article attached. 3784 moves to sort 500 numbers!☆32Updated 3 weeks ago
- It's like cutting an onion. Will make you cry. 1000+ tests to dance on your nerves.☆87Updated 5 months ago
- The 42 project Born2beroot explores the fundamentals of system administration by inviting us to install and configure a virtual machine w…☆38Updated 7 months ago
- [MINISHELL TESTER] Tester developed to test the minishell project.☆31Updated 11 months ago
- Ecole 42 project☆38Updated 2 years ago
- 42 Webserv