devops
$7.99
Memory Profiler
Detect memory leaks, analyze heap allocations, and optimize memory usage
This package contains executable scripts
Review the source code before installing. Scripts can execute arbitrary commands on your system.
●
INSTALL
sv install alexrust/memory-profiler
Requires the sv CLI. Installs to your project automatically.
.cursor/skills/memory-profiler/SKILL.md
Download and place the SKILL.md file into your .cursor/skills/memory-profiler/ directory.
curl -sL https://skillvault.md/api/packages/alexrust/memory-profiler/download -o memory-profiler.zip
Downloads the package as a zip archive to your current directory.
https://skillvault.md/api/packages/alexrust/memory-profiler/download
Download the zip, extract, and copy the relevant files into your project.
●
WHAT'S INSIDE
SKILL: leak-detectSKILL: heap-analyzeSKILL: alloc-rewriteCLAUDE.MD
●
COMPATIBILITY
Claude Code
●
DESCRIPTION
Memory Profiler
AI-assisted memory leak detection and heap analysis for C, C++, Rust, and Node.js applications.
Skills
- leak-detect — analyzes code paths for potential memory leaks and dangling references
- heap-analyze — reads profiler output and suggests allocation optimizations
- alloc-rewrite — rewrites hot-path allocations to reduce GC pressure or use arena patterns
What It Catches
- Double frees and use-after-free patterns
- Unbounded growth in collections and caches
- Missing cleanup in error paths
- Node.js event listener and closure leaks
Note: Contains helper scripts for running Valgrind and Heaptrack. Review before installing.
bash
sv install alexrust/memory-profiler
●
VERSION HISTORY
No version history available.
●
REVIEWS
No reviews yet. Be the first to review this package.