Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Is it possible to use requirejs when modules may have to be removed to conserve memory

How much memory does null pointer use?

Singleton with an object which throws in the ctor - accessing again?

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