Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Avoid UIImage’s imageNamed - memory management

Can sizeof() be used to define an array length?

What is the CLR implementation behind raising/generating a null reference exception?

What are implicitly shared classes?

c++ oop qt memory-management qt4

When malloc returns, what does 8-byte alignment mean?

c memory-management malloc

What is responsible for deleting my pointer?

c++ memory-management scope

Memory leak in c++

Maximum array size in MATLAB?

matlab memory-management

Use autorelease when setting a retain property using dot syntax?

NSNotificationCenter removeObserver: in dealloc and thread-safety

Examining memory layout in Java

java memory-management

Comparing memory addresses

how to clear objects (HashMap) to be garbage collected - Java

Correct way to allocate memory to std::shared_ptr

What happens if I call GlobalLock(), then fail to call GlobalUnlock()?

Does the pointer passed to free() have to point to beginning of the memory block, or can it point to the interior?

how short should a function be?

Memory usage for a specific list of object

What happens when the RAM is over in C#?

NSString property copy or readonly?