英文: free() on char* recognized as invalid by valgrind 问题 I am attempting to free char* pointers that...
Valgrind与Zig一起出现非法硬件指令
英文: Valgrind illegal hardware instruction with Zig 问题 这是我使用Valgrind调试一个简单的Zig代码泄漏内存时的代码: const std =...
Valgrind支持分析SYCL应用程序吗?
英文: does valgrind support profiling SYCL applications 问题 我正在尝试确定Valgrind对不同编程语言的支持情况,我只想找到Valgrind对S...
使Valgrind错误抑制通用于对象库,带通配符。
英文: Make a valgrind error suppression generic for an object library, with wildcards 问题 在C++项目中使用Valg...
Valgrind未提供内存泄漏的源代码行。
英文: Valgrind not giving source code line for memory leak 问题 I am using Valgrind, version 3.19.0 on a...
可以使用Valgrind来分析我的程序中哪些函数使用了最多的内存吗?
英文: Can I use Valgrind to analyze which functions in my program are using the most memory? 问题 我已经获得了...
我找不到我的C代码中存在内存泄漏的位置。
英文: I can't find where my C code is having memory leaks 问题 Valgrind reports memory leaks in your...
Valgrind条件跳转或移动依赖于未初始化的值 – 所有变量已初始化
英文: Valgrind Conditional jump or move depends on uninitialised value(s) - all variables initiatlized...
API控制Valgrind中的数据收集
英文: API to control data collection in Valgrind 问题 Valgrind是否提供某种API来控制数据收集?例如,Valgrind有一个称为Lackey的工具...
Identify segmentation fault with valgrind
英文: Identify segmentation fault with valgrind 问题 I have this C++ program: 我有这个C++程序: I have an array...