You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is project is a simple reimplementation of malloc, realloc and free functions
About
This mini project is about writing a dynamic allocation memory management library. So that it can be used with some programs already in use without modifying or recompiling them