Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

new operator for memory allocation on heap

Does C++11 have wrappers for dynamically-allocated arrays like Boost's scoped_array?

Why, really, deleting an incomplete type is undefined behaviour?

Modern C++ idiom for allocating / deallocating an I/O buffer

c++ memory-management io

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