Name
Memory Manager
Language
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