Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

release CFString

What's wrong with this dealloc in ARC?

Is it a good idea to extend the size of the stack for large local data processing?

Do I need to explicitly free the memory in managed C++?

Adding subview then releasing it: "modifying view that is being finalized"

Looking at the C++ new[] cookie. How portable is this code?

Do I need to retain parameters passed to custom initWith method?

What is meant by statically relocated or static relocation of a segment

Calling delete [] on dynamic array of objects doesn't deallocate the memory?

Is it safe to .pop_back() from an std::vector in order to avoid pointers/memory shifting?

Possible optimization to unload the views+controllers which are no longer visible in UIScrollView and PageControl

Why is viewModel not deiniting with a NavigationView?

efficient use of NUMA architecture

Show cpu cache and register contents during debugging

active/inactive list in linux kernel

Where is the C# Destructor

c# memory-management

Getting access to any process's memory

JProfiler : After Garbage Collector collects the object. If any Live object is there on heap, is it Memory Leak?

When to make object nil and when to call release