All Projects → panghaijiao → Hjnsobjectreleasedemo

panghaijiao / Hjnsobjectreleasedemo

Projects that are alternatives of or similar to Hjnsobjectreleasedemo

DisposableFixer
This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Stars: ✭ 37 (-41.27%)
Mutual labels:  memory-leak
Sinsofmemoryleaks
Some common patterns of memory leaks in Android development and how to fix/avoid them
Stars: ✭ 343 (+444.44%)
Mutual labels:  memory-leak
Free checker
Simple memory leak finder (for C program) using LD_PRELOAD.
Stars: ✭ 5 (-92.06%)
Mutual labels:  memory-leak
poireau
Poireau: a sampling allocation debugger
Stars: ✭ 76 (+20.63%)
Mutual labels:  memory-leak
AMLeaksFinder
A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏,View 内存泄漏】的小工具,支持 ObjC,Swift。
Stars: ✭ 89 (+41.27%)
Mutual labels:  memory-leak
Memleax
debugs memory leak of running process. Not maintained anymore, try `libleak` please.
Stars: ✭ 564 (+795.24%)
Mutual labels:  memory-leak
Easy Monitor
企业级 Node.js 应用性能监控与线上故障定位解决方案
Stars: ✭ 2,451 (+3790.48%)
Mutual labels:  memory-leak
Windbg Cheat Sheet
A practical guide to analyze memory dumps of .Net applications by using Windbg
Stars: ✭ 43 (-31.75%)
Mutual labels:  memory-leak
Filprofiler
A Python memory profiler for data processing and scientific computing applications
Stars: ✭ 277 (+339.68%)
Mutual labels:  memory-leak
Js Leakage Patterns
🎯这是关于JavaScript内存泄露和CSS优化相关序列文章,相信你读完会有所收获的✈️
Stars: ✭ 756 (+1100%)
Mutual labels:  memory-leak
topotests
Moved to frrouting/frr
Stars: ✭ 21 (-66.67%)
Mutual labels:  memory-leak
MemoryPool
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
Stars: ✭ 14 (-77.78%)
Mutual labels:  memory-leak
Memoscope.net
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
Stars: ✭ 626 (+893.65%)
Mutual labels:  memory-leak
mem usage ui
Measuring and graphing memory usage of local processes
Stars: ✭ 124 (+96.83%)
Mutual labels:  memory-leak
Cpputest
CppUTest unit testing and mocking framework for C/C++
Stars: ✭ 896 (+1322.22%)
Mutual labels:  memory-leak
Awesome Android Performance
Android performance optimization tutorials, videos and tools list(Android性能优化视频,文档以及工具)
Stars: ✭ 2,725 (+4225.4%)
Mutual labels:  memory-leak
Php Memory Profiler
Memory leak profiler for PHP
Stars: ✭ 544 (+763.49%)
Mutual labels:  memory-leak
Heapusage
Find memory leaks in Linux and macOS applications
Stars: ✭ 53 (-15.87%)
Mutual labels:  memory-leak
Immutable Tuple
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
Stars: ✭ 29 (-53.97%)
Mutual labels:  memory-leak
Leakcanary
A memory leak detection library for Android.
Stars: ✭ 27,029 (+42803.17%)
Mutual labels:  memory-leak

iOS/HJNSObjectReleaseDemo

iOS开发,辅助监控未释放对象,防止内存泄露

更多细节请访问网站 www.olinone.com

1、将HJNSObjectRelease文件夹加入到工程中

2、该工具基于非arc,如果工程为arc,记得为HJNSObjectRelease.m设置-fno-objc-arc

3、AppDelegate文件didFinishLaunchingWithOptions中开启监控

[HJNSObjectRelease createReleaseObserver];

4、在任何地方显示内存泄露对象

[HJNSObjectRelease sendReleaseNotice];

5、具体细节参考demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].