Valgrind Massif - Track memory allocation in a specific function

37 Views Asked by At

I am using Valrgind-Massif to monitor memory allocation in my program. The default output of Massif contains all allocations throughout the program. However, I would like to only inspect memory allocation in one specific function. How can I do that?

0

There are 0 best solutions below