Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Are Generic lists stored on the stack or the heap in C#?

How is dynamically allocated space freed when a program is interrupted using Ctrl-C?

c++ c memory-management

Is there a way to tell openmp that shared data is constant?

__block self reference cycle in ivar block in ARC

C - Check currently available free RAM?

Releasing unused pages in UIPageViewController

Unlimited method arguments without GC

Does Objective-C 2.0 garbage collection collect C structures?

memory usage of a PHP array when adding a huge numeric key

IOS: Release for NSString is not working as expected

Garbage collection vs manual memory management

Why should you have to dispose() a java.awt.Window that goes out of scope?

How much memory does a Hashtable use?

Heap fragmentation and windows memory manager

does glMapBuffer copy data?

opengl memory-management 3d

Concatenating a stack string with a heap string gives odd results

Memory Leak Using JSON-C

Does a C++ template use memory if it is never referenced?

Why doesn't the OS have a garbage collector?

When object variable is reassigned in C++, what happens to the original object?