Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

What happens if I write less than 12 bytes to a 12 byte buffer?

c++ c memory-management buffer

Where are pointers in C++ stored, on the stack or in the heap?

MATLAB's Garbage Collector?

Thread Caching and Java Memory model

Why do C and C++ compilers place explicitly initialized and default initialized global variables in different segments?

What is the use of "delete this"?

How to I serialize a large graph of .NET object into a SQL Server BLOB without creating a large buffer?

Garbage collection and memory management in Erlang

Why is creating a class in Python so much slower than instantiating a class?

How could pairing new[] with delete possibly lead to memory leak only?

Java 8 allocating too much memory

What data structure is used to implement the dynamic memory allocation heap?

Why use Autorelease pool?

C++11 Smart Pointer Policies

Java using up far more memory than allocated with -Xmx

Secure Memory For Swift Objects

Unicorn: Which number of worker processes to use?

Stack vs. Heap in Javascript? (Maximum call stack size exceeded)

What are your strategies to keep the memory usage low?

How to check memory allocation failures with new operator?