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