memcheck is a tool, one of many in valgrind, that 'detects memory-management problems' [1].
- travis_qmake_gcc_cpp98_memcheck
- travis_qmake_gcc_cpp11_memcheck
- travis_qmake_gcc_cpp14_memcheck
- Example 1: Hello World
- Example 2: a small memory leak
- Example 3: deleting an array the wrong way
- Example 4: Hello Qt (as here)
- Example 5: Hello Wt (as here)
- Example 6: how to stop a Wt server