vulkan-memory-leak-detector
CommunityDetect Vulkan memory leaks and fixes.
Software Engineering#debugging#code-quality#vulkan#memory-management#leak-detection#vma#resource-lifetime
AuthorMik-pe
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Detects memory leaks in Vulkan applications by analyzing resource lifetimes, RAII wrapper usage, and cleanup paths, with emphasis on Vulkan Memory Allocator (VMA) patterns and frames-in-flight discipline.
Core Features & Use Cases
- RAII pattern validation: Ensures resources are wrapped and dropped, preventing leaks.
- VMA integration checks: Verifies auto memory usage, persistent mapping, and dedicated allocations for large resources.
- Per-frame resource discipline: Recommends per-frame duplication and proper synchronization to avoid frame leaks.
- Validation-layer leakage guidance: Provides guidelines for running validation layers to surface leaks during development.
- Hot-reload-safe cleanup: Ensures old resources are cleaned up when pipelines or shaders hot-reload.
Quick Start
Run a quick leak analysis on your Vulkan project to identify unfreed resources and missing Drop implementations.
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: vulkan-memory-leak-detector Download link: https://github.com/Mik-pe/Katla/archive/main.zip#vulkan-memory-leak-detector 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.