搜索结果
找到约 3 项符合
Valgrind 的查询结果
按分类筛选
Linux/Unix编程 The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called M
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as:
*
touching memory you shouldn t (eg. overrunning heap block boundaries)
*
using values before they have been initialized
*
inco ...
Linux/Unix编程 memory checking tool 源代码valgrind-3.2.1.tar.gz 这是英文使用手册
memory checking tool
源代码valgrind-3.2.1.tar.gz
这是英文使用手册
Linux/Unix编程 一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策
一个在linux下跟踪内存泄露的小程序,一般在linux下可以用 mtrace valgrind来做,但是在嵌入式上,由于内存的限制,mtrace valgrind都显得束手无策