AdvancedVocabulary#backend#developer-tools#architecture

Reference Counting Vocabulary

Learn the vocabulary of freeing an object the instant its active reference count reaches zero.

0 / 5 completed
1 / 5
At standup, a dev mentions a memory-management scheme where each object tracks how many active references point to it, and the object is freed the instant that count drops to zero. What is this technique called?