Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Make malloc fail voluntarily in order to test the cases when malloc fails

What is the best pattern to return dynamically allocated buffer from a function in C++?

Julia - nested loops are consuming a lot of memory

Python: how to get size of all objects in current namespace?

How are allocator in C++ implemented?

c++ memory-management

heapusage detects Memory leak possibly caused by printf

How to properly implement a C++ class destructor

Why does `realloc` not re-allocate in-place when possible?

What is Rust strategy to uncommit and return memory to the operating system?

Common memory optimization

.net Garbage Collection and managed resources

When does setting an Objective-C property double retain?

Reusing Memory in C++

c++ gcc memory-management

Delphi Memory Management

Overloading delete and retrieving size?

c++ memory-management

C++ corrupt my thinking, how to trust auto garbage collector?

java c++ memory-management

What is the purpose of the second parameter to std::allocator<T>::deallocate?

Best heuristic for malloc

Does all memory flagged as copy-on-write get copied after a single change to one piece of the data?

Memory Leaks...Explained (hopefully)