devops $7.99

Memory Profiler

@alexrust

Detect memory leaks, analyze heap allocations, and optimize memory usage

1.9K DOWNLOADS
231 STARS
4.4 RATING
3 REVIEWS
1.5.0 VERSION
MIT LICENSE
This package contains executable scripts

Review the source code before installing. Scripts can execute arbitrary commands on your system.

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.

SKILL: leak-detectSKILL: heap-analyzeSKILL: alloc-rewriteCLAUDE.MD
Claude Code

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

No version history available.

No reviews yet. Be the first to review this package.

SIGN IN TO LEAVE A REVIEW
Write a Review