Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in reference-counting

Is a dynamic array automatically deallocated when it goes out of scope?

What solutions are there for circular references?

How to go about fixing a memory leak in PHP

Is there a non-reference-counted base class like TInterfacedObject?

Is atomic decrementing more expensive than incrementing?

ARC and autorelease

How to implement thread safe reference counting in C++

Why do garbage collectors wait before deallocating?

Why isn’t my weak reference cleared right after the strong ones are gone?

WeakReference implementation in .NET

Why should Py_INCREF(Py_None) be required before returning Py_None in C?

python c reference-counting

What is a reference cycle in python?

Calling -retainCount Considered Harmful

What are the advantages and disadvantages of using ARC? [closed]

Why don't purely functional languages use reference counting?

Should I refer to self.property in the init method with ARC?

Why no Reference Counting + Garbage Collection in C#?

How to force deletion of a python object?