Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

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?

Need an array-like structure in PHP with minimal memory usage

Memory leak detection tools

How to deal with bad_alloc in C++?

How is release handled for @synthesized retain properties?

Difference between sequential write and random write

understanding onTrimMemory( int level )

Array placement-new requires unspecified overhead in the buffer?

Most efficient way to append arrays in C#?

c# arrays memory-management

Free memory allocated in a different function?

A simple "Hello World" needs 10G virtual memory on a 64-bit machine vs 1G at 32-bit?