LanguagesC++ValgrindOn this pageValgrindInstallationsudo apt-get install valgrindUsagevalgrind \ --leak-check=full \ --show-leak-kinds=all \ --track-origins=yes \ --log-file=/home/workspace/valgrind-out.txt \ /home/workspace/a.out