KO
|
EN
gitlite — search
Search
#golang
#javascript
#python
#nodejs
#hacktoberfest
#react
#kubernetes
#swift
#gan
#pytorch
#python3
#dotnet
HJNSObjectReleaseDemo
★ 63
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
MobileDevice
:
iTunesMobileDevice C# API
jsT9
:
A text-prediction JavaScript tool
ember-todo
:
a example of rails4 ember 1.0 ember-data 1.0.0beta2
gocostmodel
:
Benchmarks of common basic operations for the Go language.
xml2obj-stream
:
XML to JavaScript object low memory streaming parser based on node-expat
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
HJNSObjectReleaseDemo
?
Download (.md)
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