tapwork/HeapInspector-for-iOS
Find memory issues & leaks in your iOS app without instruments observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4303
- days_rel: n/a
- days_push: 3465
- n_releases_24m: 0
Adoption not part of the score
1888 stars · 136 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HeapInspector is an Objective-C debug library that records memory heap snapshots with backtraces directly on an iOS device, letting developers find leaks, retain cycles, and abandoned memory without Apple's Instruments. It provides detailed object info including retain/release history, responder chains, and screenshots of inspected views.
Use cases
- find memory leaks in my ios app
- detect retain cycles under arc
- profile heap allocations on device
- debug view controllers not being deallocated
- record heap snapshot while navigating screens
- alternative to instruments for memory debugging
When to choose
- debugging memory issues in an Objective-C iOS app on-device
- you want Instruments-like heap analysis without launching Instruments
- tracking down retain cycles and abandoned objects during a screen flow
When to avoid
- maintaining a Swift-first or modern iOS project (tool predates Swift era)
- you need actively maintained tooling or recent iOS support
- profiling non-iOS platforms
Facets
library · maturity abandoned
monitoring developer-tools mobile-development performance developer-tools memory-leaks heap-snapshot retain-cycles objective-c instruments-alternative cocoapods carthage memory-profiling debugging ios mobile
1 source
- readme: https://github.com/tapwork/HeapInspector-for-iOS · fetched 2026-08-28 · b8e4a7c9df4d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tapwork/HeapInspector-for-iOS | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="tapwork/HeapInspector-for-iOS")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem