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
Shuguang Z.
SZ
Shuguang Z.
Engineer at JingChi.ai
10/30/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review
Dmitry A.
DA
Dmitry A.
Senior Software Engineer
10/29/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

Great tool for memory leak detection

I like the flexibility for configuring, and I really satisfied with found results. Also I like the variety of supported architectures.
Verified User in Computer Software
UC
Verified User in Computer Software
10/26/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

Very good tool to analyze memory leaks

It shows memory leaks very efficiently. We used it every time when we released a new version of our product(EDA tool), bad thing it needed a significant resources to perform the testing

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