PREV INDEX NEXT

Author: Unknown
Subject: How to see memory allocated and freed with Valgrind?
Date: Tuesday, 29 Sep 2020, 16:07:27

Usually, we can run valgrind -q with our executable to see the number of bytes allocated and freed. But currently, since we have an input, I can't see any valgrind output. Is there a workaround?
PREV INDEX NEXT