Product Avatar Image

Valgrind

Show rating breakdown
14 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.2
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

7
5
2
0
0

Valgrind Reviews

Review Filters
Profile Name
Star Rating
7
5
2
0
0
MC
Matt C.
Regional Account Manager
11/24/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

Easy to implement and use.

Valgrind offers your application a virtual processor. They are passed to valgrind tool plugin.g before your application instructions are processed. Memcheck.-Memcheck. The great thing is, you don't have to change or re-connect your software to run it.
Verified User in Computer Networking
UC
Verified User in Computer Networking
11/07/2019
Validated Reviewer
Review source: Seller invite

Valgrind Review

Mainly for applications written in C/C++, Valgrind tool can be very useful for detecting Memory Leaks/Un-Intialized variables etc.
Verified User in Computer Software
UC
Verified User in Computer Software
11/02/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

very powerfull tool for memory related issues

The think I like most about valgrind is that it can be used on binaried without the need of recompilation. If the binaries are not stripped most of the time you will get informative backtraces pointing to issues.

About

Contact

HQ Location:
N/A

Social

@valgrind

What is Valgrind?

Valgrind is an open-source software framework designed for debugging memory management and threading issues in Linux programs. It helps developers detect memory leaks, race conditions, and other common errors in C and C++ languages, thus improving the quality and efficiency of software. The tool suite includes multiple tools for memory profiling, leak detection, and thread-error reporting, with Memcheck being perhaps the most widely used module for detecting memory-related errors.Valgrind operates by running the target application on a virtual processor, providing a layer that can monitor memory access and threading without modifying the source code directly. This makes it invaluable for both development and software maintenance tasks.

Details

Website
valgrind.org