搜索:Memcheck
找到约 2 项符合「Memcheck」的查询结果
结果 2
按分类筛选
https://www.eeworm.com/dl/618/104099.html
驱动编程
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/619/177351.html
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 in ...