Projects with this topic
Sort by:
-
duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
UpdatedUpdated -
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