Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Huge memory usage despite ARC

compression, defragmentation, reclaiming space, shrinkdatabase vs. shrinkfile

Difference between [[NSMutableDictionary alloc] initWithObjects:...] and [NSMutableDictionary dictionaryWithObjects:...]?

Reading binary files without buffering the whole file into memory in C++

While "fork"ing a process, why does Linux kernel copy the content of kernel page table for every newly created process?

Manage thread count with respect to available memory in Java

"Invalid argument" error for sysctl vm.drop_caches key in Ubuntu 11.10 (kernel 3.0.0-12)

Virtual area to pages

Determine if memory after fork is copy-on-write

c unix memory-management fork

How does smem calculate RSS, USS and PSS?

What should be the convenient memory limit to php read 1Gb file?

How to interpret Chrome's memory profiling results?

Are global arrays allocated on the stack

Dynamically increase the memory of Java programs [duplicate]

java memory-management

Are there any issues from both the child and parent destructors being called when a derived object is destroyed?

Does deallocation imply destruction?

How v8 handle stack allocated variable in closure?

memory pool running on O(1)

c++ memory-management

Confusion between stack, call stack and memory heap in Javascript