Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Is there a way to lower Java heap when not in use?

How to get memory usage under Windows in C++

Where are constant variables stored in C?

Why do my array of structs take up so much memory?

Comparing STL strings that use different allocators

Reserve memory for list in Python?

How to measure the total memory consumption of the current process programmatically in .NET?

Does GC release back memory to OS?

What does sys.intern() do and when should it be used?

How to properly replace global new & delete operators

Linux free shows high memory usage but top does not

Defining methods via prototype vs using this in the constructor - really a performance difference?

Does free() set errno?

c linux memory-management

Determine the size of a C++ array programmatically?

What is the default maximum heap size for Sun's JVM from Java SE 6?

java jvm memory-management

Is there any benefit of using an Object Initializer?

c# .net memory-management

Read large files in Java

java memory-management file

Why is memory allocation on heap MUCH slower than on stack?

c memory-management stack

Dynamically allocating an array of objects

Can the compiler optimize from heap to stack allocation?