Hypervisor Memory Introspection Core Library

HVI stands for Hypervisor Introspection. The term is used interchangeably with HVMI, which is a bit more specific, and stands for Hypervisor Memory Introspection.
Information
Category: Swift / Detect Memory Leaks
Watchers: 11
Star: 61
Fork: 5
Last update: Aug 1, 2020

Related Repos



hvmi HVI stands for Hypervisor Introspection. The term is used interchangeably with HVMI, which is a bit more specific, and stands for Hypervisor Memory Introspection.
 

tarunon XCTAssertNoLeak Provides memory leak test cases for Swift. Found memory leak objects from traverse object tree using Mirror. Support version Swift Support Note 5.0 ○
 

facebookarchive FBMemoryProfiler An iOS library providing developer tools for browsing objects in memory over time, using FBAllocationTracker and FBRetainCycleDetector. About This library shows how FBAllocationTracker an
 

krzysztofzablocki LifetimeTracker Bar style Circular style LifetimeTracker can surface retain cycle / memory issues right as you develop your application, and it will surface them to you
 

fastred DeallocationChecker Learn about leaking view controllers without opening Instruments. Usage First, enable the library by calling (for example from your application delegate): #if DEBUG DeallocationChecker.sha
 

mindsnacks MSLeakHunter Series of tools to help you find and debug objects that are leaking in your iOS apps. There are very common cases where objects may be leaking (not being deallocated when you expect them to) and instrument
 

tapwork HeapInspector Find memory issues & leaks in your iOS app HeapInspector is a debug tool that monitors the memory heap with backtrace recording in your iOS app. You can discover memory leaks, no longer used ob
 

music4kid PLeakSniffer We are building controllers most of the time, memory leaks happen within controllers. Retain cycle stops controller from being released, UIView objects within controllers somehow get held by other objects, PLeakSniff