Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Valgrind complains with "Invalid write of size 8"

How do modern VMs handle memory allocation?

Is it UB to re-use an object's storage without destroying it first?

c++ memory-management c++11

Could someone help me understand VkPhysicalDeviceMemoryProperties?

memory-management vulkan

Visual Studio 2010 -- how to reduce its memory footprint

Deallocating Direct Buffer Native Memory in Java for JOGL

TLB vs Page Table

What are the differences between free, dealloc, release, and autorelease?

unowned vs. weak. Why we should prefer unowned?

How to force abort on "glibc detected *** free(): invalid pointer"

What is the size of bitset in C++

UIViewController prevent view from unloading

PostgreSQL installation error -- Cannot allocate memory

Is "delete this" a bad idea? [duplicate]

c++ memory-management

iVars references strong, weak or what?

Why memory allocation of 2^80 bytes doesn't fail?

c++ memory-management

delete a NULL pointer does not call overloaded delete when destructor is written

How do you store an arbitrarily large integer value in memory?

How to identify default Java heapsize in Windows

Is it safe to use STL (TR1) shared_ptr's between modules (exes and dlls)