Document directory
Use valgrind to find Memory leakage and Invalid Memory Access
Valgrind is a multi-purpose code analysis and memory debugging tool for x86 Linux. You can run your program in its environment to monitor memory usage, such as
Original address: http://www.cprogramming.com/debugging/valgrind.html
The translation will inevitably be due to personal level and there are inaccurate places, please more criticism, the above is the original link, we can also go directly to
Valgrind is a multi-purpose code profiling and memory debugging tool on x86 Linux. You can run your program in its environment to monitor memory usage, such as malloc and free in C language or new and delete in C ++. If you use uninitialized memory,
Memory leakage detection tool Valgrind and leakage tool valgrind1 Overview 1.1 Introduction
Valgrind is a set of simulation debugging tools for open source code (GPL V2) in Linux. Valgrind consists of core and other kernel-based debugging tools. The
Linux memory leakage detection tool Valgrind1 Overview 1.1 Introduction
Valgrind is a set of simulation debugging tools for open source code (GPL V2) in Linux. Valgrind consists of core and other kernel-based debugging tools. The kernel is similar
Valgrind is a GPL 'd System for debugging and profiling Linux programs. with valgrind's tool suite you can automatically detect into memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable.
To prevent memory leakage, use Valgrind in Linux to check general Linux technology-Linux programming and kernel information. The following is a detailed description. One of the most troublesome problems in C/C ++ development is memory management.
For onlineProgramI really don't feel useless, or I won't use it.
========================================================== ========================================================== =
One of the most troublesome problems in C/C ++ development
One of the most troubling problems with C + + is memory management, and sometimes it takes days to find a memory leak or a memory access crossing, and if there is a tool that can help us do this, Valgrind is just one of those tools.
Valgrind is a
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.