Tagged Questions

0
votes
1answer
110 views

Implementing tool that tracks down C memory errors, finding where my overrided malloc etc is called from

I've been asked to implement a tool ( for linux ) which helps with the memory management of C/C++ programs. Main objective is to track down memory leaks but I am also checking for overlapping ...