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
Created program with custom memory pool (Arena) existing within stack and a custom memory allocator that allocates memory for small size containers on stack instead of heap, to improve performance.
About
Created program with custom memory pool (Arena) existing within stack and a custom memory allocator that allocates memory for small size containers on stack instead of heap, to improve performance