Memory Checker

The tool I presented in today’s exercise session to help you with (dynamic) memory management is called valgrind. You can use it by simply calling

valgrind ./command args1 args2 ... argsn


Categories: ["teaching", "ss23", "dissys"]