Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Returning autoreleased objects using ARC

Using 'Analyze Memory' tool in Qt Creator

C++ Lambdas, Capturing, Smart Ptrs, and the Stack: Why Does this Work?

Should you dispose of jQuery objects?

Allocation of memory for char array

c memory-management

Heap Memory and Slab allocation

Making use of all available RAM in a Haskell program?

operator new(n) versus new unsigned char[n] for placement new

How do I keep Perl from consuming tons of memory when child forks of a large parent process shut down?

What is size of my Bitset?

When implementing a linked list in C who is responsible for freeing the value?

Can incrementing a pointer without dereferencing still segfault or have other (un)defined nastiness?

std::unordered_map does not release memory

Difference between MemoryPool<T> and ArrayPool<T>

How can I find the size of the memory referenced by a pointer?

Memory allocation for a matrix in C

Sandboxing vs. Virtualisation

Python memory allocation error using subprocess.Popen

As a new Objective-C developer, what memory-related issues should I watch out for using ARC?

Is it safe to delete the pointer after dynamic_casting?