开发者

I want to know memory management flow after runtime exception in iOS

When App is crashed by runtime error, what does memory management开发者_开发知识库 work??

Are all allocated memories released?


When an app crashes, all execution is terminated and any memory the app was using is reclaimed by the operating system.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜