zhangferry/iOSWeeklyLearning

iOS autoreleasepool 底层分析

Closed this issue · 0 comments

文章标题、著名出处和作者

iOS autoreleasepool 底层分析
老青菜

文章链接

https://laoqingcai.com/ios-autoreleasepool/

推荐理由(如果没有可以摘抄文章内一段重要的话)

该文章用了既形象又准确的图片,清楚地展示了 AutoreleasePool 内部的组成,如 POOL_SENTINEL 对象,next 指针。同时也解释了 AutoreleasePool 添加和释放对象的过程(即objc_autoreleasePoolPush,objc_autoreleasePoolPop 函数)