awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
facebook avatar

facebook/FBAllocationTrackerArchived

0
View on GitHub↗
1,090 stars·138 forks·Objective-C++·10 views

FBAllocationTracker

An iOS library for introspecting Objective-C objects that are currently alive.

Features

  • Memory Analysis - Track allocated Objective-C objects over time.
  • UI Debugging Tools - Track object allocation and memory usage.

Star history

Star history chart for facebook/fballocationtrackerStar history chart for facebook/fballocationtracker

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does facebook/fballocationtracker do?

An iOS library for introspecting Objective-C objects that are currently alive.

What are the main features of facebook/fballocationtracker?

The main features of facebook/fballocationtracker are: Memory Analysis, UI Debugging Tools.

Which projects share features with facebook/fballocationtracker?

Projects with overlapping indexed features include: facebook/fbretaincycledetector — FBRetainCycleDetector is a runtime memory profiling tool and analyzer for iOS applications. It identifies circular… daisuke0131/viewmonitor — ViewMonitor can measure view positions with accuracy. This library is to check design sheet from native app. behave… facebook/fbmemoryprofiler — An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and… kconner/kmcgeigercounter — This tool is a framerate meter that clicks like a Geiger counter when your animation drops a frame. krzysztofzablocki/lifetimetracker — Find retain cycles / memory leaks sooner. mindsnacks/msleakhunter — MSLeakHunter.

Projects sharing features with FBAllocationTracker

These projects share indexed features with FBAllocationTracker. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • facebook/fbretaincycledetectorfacebook avatar

    facebook/FBRetainCycleDetector

    4,233View on GitHub↗

    FBRetainCycleDetector is a runtime memory profiling tool and analyzer for iOS applications. It identifies circular references and retain cycles within the Objective-C object graph to prevent memory leaks. The tool analyzes the live memory heap and inspects runtime metadata to discover object relationships. It identifies closed-loop reference chains, including those involving associated objects and timers, and uses custom logic to filter out known safe cycles from reports. The project covers memory management capabilities including allocation tracking by class name, runtime object graph analy

    Objective-C++
    View on GitHub↗4,233
  • daisuke0131/viewmonitordaisuke0131 avatar

    daisuke0131/ViewMonitor

    721View on GitHub↗

    ViewMonitor can measure view positions with accuracy. This library is to check design sheet from native app. behave like this.

    Swift
    View on GitHub↗721
  • facebook/fbmemoryprofilerfacebook avatar

    facebook/FBMemoryProfiler

    3,385View on GitHub↗

    An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and FBRetainCycleDetector.

    Objective-C
    View on GitHub↗3,385
  • kconner/kmcgeigercounterkconner avatar

    kconner/KMCGeigerCounter

    2,249View on GitHub↗

    This tool is a framerate meter that clicks like a Geiger counter when your animation drops a frame.

    Objective-C
    View on GitHub↗2,249
Compare all 8 related projects→