Skip to content

RefCountStrategy

Sambura edited this page Mar 27, 2024 · 1 revision

Rule

Reference count is incremented on allocation, and dup. Reference count is decremented on drop, object field overwrite and other object loss.

Details

See:

  • ref_inc_o, ref_dec_o

Clone this wiki locally