Skip to content

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

Notifications You must be signed in to change notification settings

GavinVasandani/FullyCustomMemoryManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages