Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:07 +08:00
commit 58e7c2f58b
8 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for memory-leak-detector skill
- [ ] memory_leak_patterns.md: Documentation of common memory leak patterns and how to identify them.
- [ ] memory_analysis_tools.md: Documentation on available memory analysis tools and their usage.
- [ ] code_example_fixes.md: Example fixes for common memory leak scenarios.