MemoryManager

(★ 14)

I am writing a memory manager to make life easier in C++. The goal is to create something that replaces new and delete and maintains speed while also handling garbage collection and preventing memory fragmentation.

MemoryManager Latest Version Download

Download Latest Version (.zip)
// repository documentation