摘要: Installation $ sudo apt install valgrind Usage $ g++ -g main.cpp -o main # to include debugging information with flag '-g' $ valgrind --leak-check=yes 阅读全文
posted @ 2022-06-14 16:54 hotfengz 阅读(72) 评论(0) 推荐(0)