Transcription of Valgrind Documentation
{{id}} {{{paragraph}}}
Valgrind Documentation Release 15 Oct 2021. Copyright 2000-2021 AUTHORS. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled The GNU Free Documentation License. This is the top level of Valgrind 's Documentation tree. The Documentation is contained in six logically separate documents, as listed in the following Table of Contents. To get started quickly, read the Valgrind Quick Start Guide. For full Documentation on Valgrind , read the Valgrind User Manual.
Use this command line: valgrind --leak-check=yes myprog arg1 arg2 Memcheck is the default tool. The --leak-check option turns on the detailed memory leak detector. Your program will run much slower (eg. 20 to 30 times) than normal, and use a lot more memory. Memcheck will issue messages about memory errors and leaks that it detects. 4.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}