08.11.2014 Views

Memory Management - Poco

Memory Management - Poco

Memory Management - Poco

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Reference Counting (cont'd)<br />

> Whenever a reference is destroyed or overwritten, the reference<br />

count of the object it references is decremented.<br />

> Whenever a reference is created or copied, the reference count of<br />

the object it references is incremented.<br />

> The initial reference count of an object is one.<br />

> When the reference count of an object reaches zero, the object is<br />

deleted.<br />

> In a multithreaded scenario, incrementing and decrementing/<br />

comparing reference counters must be atomic operations.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!