Tagged Questions
5
votes
5answers
1k views
How to track/fix a memory-related issue in a large C/C++ code on *nix systems
What strategy you use while tracking a memory-related issue? What tools do you use (open source as well as proprietary) to identify memory leaks, memory corruption etc? How would you track memory ...