Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Does @"some text" give an autoreleased or retain 1 object back?

performSelector:withObject: and its retain behavior

Memory consumption by STL containers

Is there any harm in calling 'free' for the same pointer twice in a C program?

c memory-management

Are all the variables in Go allocated on heap?

Problem dealloc'ing memory used by UIImageViews with fairly large image in an UIScrollView

Python identity: Multiple personality disorder, need code shrink [duplicate]

Can you stop memory from being swapped to disk?

Why does my tomcat application's memory usage keep growing?

Why isn't there hardware support for memory management?

When to delete in D?

Callling object constructor/destructor with a custom allocator

What happen to pointers when vectors need more memory and realocate memory?

How to reduce the number of objects created in Scala?

Is it too much to allocate 16kb on the stack?

c++ c stack memory-management

what's more efficient? to empty an object or create a new one?

Why does malloc(0) return a non-null address in Windows?

c memory-management malloc

Is there a stackalloc function for C?

c memory-management stack

MPI Fortran code: how to share data on node via openMP?

How is a Vector of Vector aligned in memory?