Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

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?

Will a shared_ptr automatically free up memory?

Is memory address 0x0 usable?

Lambda Capture and Memory Management

Why more memory is assigned to a local variable in stack than required in C++?

Why use new and delete at all?

C memory allocation for struct with malloc

How does an OS generally go about managing kernel memory and page handling?