valgrind --tool=helgrind --log-file=./valgrind.log ./game_50 可能的错误报告:Possible data race during read/write of size X at address Y by thread #Z. Locks held: none。这表示在地址Y处,大小为X的数据被线程#Z在没有持有锁的情况下读写,可能与其
C++ 内存泄漏检测工具——Valgrind(Linux系统) 参考来源:valgrind基本功能介绍、基础使用方法说明 文章目录 C++ 内存泄漏检测工具——Valgrind(Linux系统)Valgrind下载和安装Valgrind 使用选项Memcheck工具例子 Valgrind Valgrind 是Linux系统下,开放源代码的仿真调试工具的集合。我们可以利用该