Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Is it ok to use "classic" malloc()/free() in Objective-C/iPhone apps?

Does dynamic memory allocation differ in C and C++ in popular implementations?

c++ c memory-management

A way to determine a process's "real" memory usage, i.e. private dirty RSS?

Size of stack and heap memory [duplicate]

How can I create a dynamically sized array of structs?

c dynamic memory-management

Is there garbage collection in PHP?

What does this GCC error "... relocation truncated to fit..." mean?

64-bit JVM limited to 300GB of memory?

Releasing memory of huge numpy array in IPython

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