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.
標簽:
distribution
The
Valgrind
checking
上傳時間:
2014-01-14
上傳用戶:xc216