Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Android: Bitmaps, SoftReferences, and OOMs?

Visual Studio 2010 C++: Get size of memory block allocated by malloc

zlib memory usage / performance. With 500kb of data

What happens if I didn't call delete operator after allocating data using new and ending program?

Properly Overloading new/delete new[]/delete[]

c++ memory-management

memory allocation for string and array of char

c string memory-management

difference between two array declaration methods c++

Tune Java GC, so that it would immediately throw OOME, rather than slow down indeterminately

2D Matrix allocation on heap in c++

Forking processes for every task in Celery

C++, why am I getting access violations after modifying newly allocated objects?

c++ memory-management

What manages RAM?

const char* and free()

Storing Data in a Variable vs Inline Arithmetic

Segues and clearing historical ViewControllers from memory

make_shared "evidence" vs default construct

C++ vector out of memory

Avoid creating multiple copies of code in memory

How do I tell which case is valid in a variant record when the case variable isn't named, and how do I create values of such records?

ARC: __bridge versus __bridge_retained using contextInfo test case