Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Proper destruction of pointers to objects

Are there any advantages to using calloc() instead of a malloc() and memset()?

atomic.AddInt64 Causes invalid memory address or nil pointer dereference

AccessViolationException reading memory allocated in C++ application from C++/CLI DLL

Is is safe to `delete this` in a virtual member function?

c++ memory-management

Core Data Memory Management

Are Generic lists stored on the stack or the heap in C#?

How is dynamically allocated space freed when a program is interrupted using Ctrl-C?

c++ c memory-management

Is there a way to tell openmp that shared data is constant?

__block self reference cycle in ivar block in ARC

C - Check currently available free RAM?

Releasing unused pages in UIPageViewController

Unlimited method arguments without GC

Does Objective-C 2.0 garbage collection collect C structures?

memory usage of a PHP array when adding a huge numeric key

IOS: Release for NSString is not working as expected

Garbage collection vs manual memory management

Why should you have to dispose() a java.awt.Window that goes out of scope?

How much memory does a Hashtable use?

Heap fragmentation and windows memory manager