Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Since .NET has a garbage collector why do we need finalizers/destructors/dispose-pattern?

Determining the available amount of RAM on an iOS device

Why can arrays not be trimmed?

c# arrays memory-management

How can I get the size of an array from a pointer in C?

How to debug memory leaks when Leaks instrument does not show them?

Is this explanation about VSS/RSS/PSS/USS accurate?

android memory-management

What is the correct Performance Counter to get CPU and Memory Usage of a Process?

Is String Literal Pool a collection of references to the String Object, Or a collection of Objects

How to free up the memory in JavaScript

How to monitor Java memory usage?

Global memory management in C++ in stack or heap?

c++ memory-management stack

Is "Out Of Memory" A Recoverable Error?

In Linux, how to tell how much memory processes are using?

What is the recommended way of allocating memory for a typed memory view?

What is the difference between gc() and rm()

How to properly unload/destroy a VIDEO element

How to get available memory C++/g++?

Perm space vs Heap space

How to force JavaScript to deep copy a string?

If a 32-bit integer overflows, can we use a 40-bit structure instead of a 64-bit long one?