Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

EditText causing memory leak

Are there ideal array sizes in JavaScript?

finding out memory allocation hotspots in java

Does using small datatypes (for example short instead of int) reduce memory usage?

Java memory allocation alignment

new [], delete [] complexity

When developing in AppKit, why does IB create a property that is assign, rather than retain?

How does the memory management of closures in Scala work?

Can Haskell or OCAML handle sensitive data without leaking via garbage collection?

When is an autoreleased object actually released?

Is freeing handled differently for small/large numpy arrays?

java does not properly reserve huge initial heap size

When is it more appropriate to use valloc() as opposed to malloc()?

c memory-management malloc

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