Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

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?

How can I determine how much memory my program is currently occupying

c# .net memory-management

Avoid std::bad_alloc. new should return a NULL pointer

c++ c memory-management

Would it be correct/ellegant use only alloc without init?