Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Does a memory leak cause undefined behaviour? [duplicate]

Mathematica running out of memory

UIWebView memory management

Rebinding in a custom STL allocator with pre-allocated block

Array allocation and access on the Java Virtual Machine and memory contention

JNI objects creation and memory management

Can you use List<List<struct>> to get around the 2gb object limit?

Best Practice when Caching files in Android

alloc + init with synthesized property - does it cause retain count to increase by two?

Objective-c NSArray init versus initWithCapacity:0

mmap and memory usage

JVM crashes with error='Cannot allocate memory' (errno=12)

java memory-management

Programmatically calculate memory occupied by a Java Object including objects it references [duplicate]

java memory-management

Why can't the runtime environment decide to apply delete or delete[] instead of the programmer?

std::unique_ptr with custom deleter for win32 LocalFree

How much memory should a typical android application use?

android memory-management

Allocate 2D Array on Device Memory in CUDA

List all processes and their current memory & CPU consumption?

memory size of Python data structure

Why knowing whether some piece of memory is needed is undecidable?