Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Why am I seeing different behavior between arrays allocated on the heap and the stack?

C++: Do static primitives become invalid at program exit?

Region based memory management

How do you manage releasing an object created in an instance method on iPhone without autorelease?

Memory management - C# VS Objective C?

Stack and heap in c sharp [duplicate]

java.util.concurrent code review

Why does my object still work after countless releases?

C#: What data types require NEW to allocate memory?

How does C++ handle cleanup of pointers passed as arguments?

How does a stack-allocated vector expand in c++?

placement new equivalent in C

c memory-management

What C++ STL class should I use to reduce fragmentation caused by lots of small allocations?

Allocating and freeing memory in a loop in C

Is std::unique_ptr the wrong tool to allocate memory for an array?

How much memory was actually allocated from heap for an object?

Safely moving a C++ object

Incorrect decrement of the reference count of an object that is not owned at this point by the caller

Objective C: Releasing int/float properties

How to free c++ memory vector<int> * arr?