-
Do you know if there is a way to run Valgrind and Funcheck at the same time? When I try it, the program always gets stuck. I think it would be interesting to see if there are memory leaks when a function fails. |
Beta Was this translation helpful? Give feedback.
Answered by
froz42
Apr 22, 2024
Replies: 1 comment 1 reply
-
Hello, you can run funcheck like so funcheck -a ./your_prog equivalent to: funcheck --track-allocations ./your_prog You can also check help section funcheck -h kind regards |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
froz42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, you can run funcheck like so
equivalent to:
You can also check help section
kind regards