Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Does Java heap memory change based on RAM?

java memory-management

Preallocate memory for vector of strings (C++ vector<string>)

c++ stl memory-management

Professional ways of tracking GPU memory leakage (allocation without deallocation)

removeObjectAtIndex without releasing the object

Total glibc malloc() bytes

Delete a pointer array without deleting the pointed objects in memory?

Can a process running a 32-bit compiled binary use more than 4GB of memory?

RAM memory reallocation - Windows and Linux

java .net memory-management

how can i find out where all my memory has gone in PHP?

php memory-management

What are the pros/cons of reusing a byte array in c#?

xml images are taking up too much memory - android

does a void function prevent a memory leak even if I declare memory on the heap?

If I create a List of XElements out of an XDocument, is a new copy of the element list created in memory?

Delphi need to free/shrink string?

Objective c, Memory management of instance members

How can I monitor memory usage in Perl on Solaris?

Memory allocators