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
It is a simple implementation in C of an arena allocator.
It is very useful since, using this method, there are no risks about loosing references to dynamic memory.
To use it: just download the library and include in the source file needed.