memory-analysis

Solid

Embedded memory analysis, optimization, and leak detection

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Memory Analysis Skill ## Overview This skill provides comprehensive memory analysis capabilities for embedded systems, including linker map analysis, stack usage estimation, heap fragmentation detection, and memory optimization strategies. ## Capabilities ### Linker Map Analysis - Map file parsing and interpretation - Symbol size analysis - Section size breakdown - Memory region utilization - Unused symbol detection - Cross-reference analysis ### Stack Analysis - Static stack usage analysis - Call graph generation - Worst-case stack depth calculation - Per-function stack usage - Interrupt stack analysis - Stack overflow detection strategies ### Heap Analysis - Heap fragmentation analysis - Allocation pattern analysis - Memory pool sizing - Leak detection strategies - Peak usage tracking - Block size distribution ### Memory Optimization - Section placement optimization - Flash vs RAM trade-offs - Const correctness enforcement - String pooling strategies - Data structure packing - Alignment optimization ### Memory Protection - MPU region configuration - Stack guard implementation - Buffer overflow protection - Memory isolation strategies ### Tooling Integration - GCC map file analysis - ARM Compiler map files - Puncover integration - Static analysis integration - objdump/readelf usage ## Target Processes - `memory-architecture-planning.js` - Memory layout design - `code-size-optimization.js` - Size reduction strategies - `execution-speed-profiling.js` - Memory acce...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

detecting-memory-leaks

This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.

2,274 Updated today
jeremylongshore
Code & Development Listed

memory-debug

Debugging memory leaks, out-of-memory errors, and garbage collection

2 Updated 4 days ago
DongDuong2001
AI & Automation Solid

gpu-memory-analysis

Specialized skill for GPU memory hierarchy analysis and optimization. Analyze memory access patterns, detect bank conflicts, optimize cache utilization, profile global memory bandwidth, and generate optimized memory access code patterns.

1,160 Updated today
a5c-ai
AI & Automation Featured

memory-forensics

Comprehensive techniques for acquiring, analyzing, and extracting artifacts from memory dumps for incident response and malware analysis.

39,350 Updated today
sickn33
AI & Automation Solid

memory-model-analyzer

Analyze programs under various memory models for concurrent correctness

1,160 Updated today
a5c-ai