Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 228 Bytes

File metadata and controls

2 lines (2 loc) · 228 Bytes

FullyCustomMemoryManagement

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.