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
Pool allocator library for efficient management of heap-allocated memory, written in C++.
Implemented using sparse linked list, residing in continuous block of memory.