valgrind
CommunityMemory debugging with Valgrind & Callgrind.
Authorfasterthanlime
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Debug crashes, memory corruption, leaks, and performance hotspots using Valgrind and Callgrind on Linux, with guidance for interpreting outputs and GUI tools.
Core Features & Use Cases
- Memory Debugging: Detect leaks, invalid reads/writes, and uninitialized memory.
- Track Origins: Identify where an uninitialized value originates.
- Profiling: Use Callgrind to analyze function-level performance and compare before/after runs.
- GUI Analysis: Visualize results with kcachegrind/qcachegrind for easier insight.
Quick Start
Run a Linux binary under Valgrind, e.g., valgrind --leak-check=full --error-exitcode=1 ./target/debug/mybin, then inspect the output for leaks and traces.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: valgrind Download link: https://github.com/fasterthanlime/_claude/archive/main.zip#valgrind Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.