Memory Manager


Name

Memory Manager


Language
C++

Time Frame
2 months

Info
Part of a series of C++ assignments, this one was to make a small object allocator, with an additional STL compatible allocator.
The implementation follows Alexandrescu's small object allocator.
I also attempted to make a generic allocator.
The repo also includes a testing project.

Links
GitHub