These guys were discussing the concept of a reference count. Each time an object is used, it's reference count is increased by one. Each time it is finished being used, it's reference count is decreased by one. When the reference count is zero, the object is destroyed / freed.

Guess how exciting these guys describe it? Look no further.

The main article is here for those interested.