Tag

dealloc

1 views collected around this technical thread.

JD Retail Technology
JD Retail Technology
Dec 23, 2020 · Fundamentals

Understanding the dealloc Process of Objective‑C Objects in MRC and ARC

This article explains how Objective‑C objects are deallocated in both manual reference counting (MRC) and Automatic Reference Counting (ARC), outlines common pitfalls such as using __weak in dealloc, and details the runtime flow from _objc_rootDealloc to the final memory free operation.

ArcMRCMemory Management
0 likes · 9 min read
Understanding the dealloc Process of Objective‑C Objects in MRC and ARC