▲ 12 r/Cplusplus
C++ Memory Manager and Grabage Collector
I wrote a C++ memory manager to detect and to clean memory leaks and to detect dangling pointers, the tool defines the stack and the Data and BSS segments as a root of reachability and it overloads new and delete operators to track allocations and deallocations https://github.com/muazsh/MemoryManager .
I already exposed it to many LLMs for discussion, I got some good points but I assume at this level generative AI is not enough. Thank you.
u/muaz_sh — 10 days ago