Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Unset all variables in PHP script

How does PAE (Physical Address Extension) enable an address space larger than 4GB?

Javascript nested function performance

What is the difference between delete and calling destructor in C++

Assembly memory allocation

Placement-new address alignment

Explicit Event add/remove, misunderstood?

How do I invoke the nothrow version of delete?

c++ memory-management

Do I need to release a copied NSObjects - Objective-c

Android SparseArray with String key?

How to declare and use huge arrays of 1 billion integers in C?

c memory-management

What resources does an instance of a class use?

Can multithreading speed up memory allocation?

Java Memory explained (SUN JVM)

How to delete object?

c# memory-management

Are these objects's references on the Stack or on the Heap?

c# memory-management stack

Why is malloc not "using up" the memory on my computer?

When should a C function return newly allocated memory?

When might you not want to use garbage collection? [closed]

Loop through NSMutableArray of custom objects in the most memory efficient way