虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

您现在的位置是:虫虫下载站 > 资源下载 > 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 M

  • 资源大小:4941 K
  • 上传时间: 2014-01-14
  • 上传用户:yiranshamaoer
  • 资源积分:2 下载积分
  • 标      签: distribution The Valgrind checking

资 源 简 介

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 * incorrect freeing of memory, such as double-freeing heap blocks * memory leaks.

相 关 资 源