malloc
Projects with this topic
-
Sencer Memory Allocation Record Tracer
Updated -
DSAllocator is a C library that provides a dynamic memory allocation manager. It supports flexible allocation strategies, allowing you to manage dynamically allocated memory with ease. The allocator tracks pointers to allocated memory and ensures proper cleanup, reducing the risk of memory leaks.
Updated -
-
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
UpdatedUpdated -
General purpose memory allocator, better and safer than dlmalloc and ptmalloc
Updated -
A LINUX personalized memory dynamic allocation and release routines with a view to tracing and statistics.
Updated -
My own implementation of C's malloc and free functions.
Updated -
A command line interface for a library management system, to help manage students and books.
Check ReadMe for more details.
Updated