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