搜索结果

找到约 2 项符合 MemCheck 的查询结果

驱动编程 MemCheck Driver Memory Tool The MemCheck code is designed to provide Windows NT/2K/XP driver develop

MemCheck Driver Memory Tool The MemCheck code is designed to provide Windows NT/2K/XP driver developers with a tool to help in the detection of the following memory handling issues: Buffer overrun Buffer corruption Buffer use after buffer release Double buffer releases
https://www.eeworm.com/dl/618/104099.html
下载: 54
查看: 1141

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 ...
https://www.eeworm.com/dl/619/177351.html
下载: 167
查看: 1057