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
上傳時(shí)間:
2014-01-14
上傳用戶:xc216