Hello everyone,


I am wondering whether there is a memory leak checking tool for C/C++ on Linux platform which has the following function,

- Can detect whether there are any un-freed memory after the execution of a specific program or a specific section or a program?

- Can report the memory leak point inside a program with related function call stack trace so that I can study in depth.


thanks in advance,
George