Skip to content

Commit 0fcd5f5

Browse files
committed
Merge pull request ChenYilong#41 from w11p3333/patch-1
Update 《招聘一个靠谱的iOS》面试题参考答案(下).md
2 parents 413089e + 544a4da commit 0fcd5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01《招聘一个靠谱的iOS》面试题参考答案/《招聘一个靠谱的iOS》面试题参考答案(下).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ ARC相对于MRC,不是在编译时添加retain/release/autorelease这么简单
592592
593593
从程序启动到加载完成是一个完整的运行循环,然后会停下来,等待用户交互,用户的每一次交互都会启动一次运行循环,来处理用户所有的点击事件、触摸事件。
594594
595-
我们都是知道
595+
我们都知道
596596
**所有 autorelease 的对象,在出了作用域之后,会被自动添加到最近创建的自动释放池中。**
597597
598598
但是如果每次都放进应用程序的 `main.m` 中的 autoreleasepool 中,迟早有被撑满的一刻。这个过程中必定有一个释放的动作。何时?

0 commit comments

Comments
 (0)