Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

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)

How reliable is windows task manager for determining memory usage of programs?

how to exhaust memory?

What is the rule of thumb for using @property(copy) vs. @property(retain)?

Should memory be freed just before return statement in main?

malloc and free issue

Analyzer reports that the following code leak

How do I save space with inverted page tables?