Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

What is the difference in Swift between 'unowned(safe)' and 'unowned(unsafe)'?

Alloca implementation

Thread safe instantiation of a singleton

RythmEngine and TemplateClassManager the Biggest Objects of the heap : memory leak problems

Stop iOS 7 MKMapView from leaking memory

Perl memory usage profiling and leak detection?

How to reduce memory usage in a Haskell app?

SQL Server not releasing memory after query executes

.NET Memory issues loading ~40 images, memory not reclaimed, potentially due to LOH fragmentation

Interpreting jstat results

java memory-management

Memory overhead of Java HashMap compared to ArrayList

Returning Objects in C++

Is there a way to "find mystery retains" ...?

Explain this implementation of malloc from the K&R book

Understanding the memory consumption on iPhone

Java Runtime.getRuntime().exec() alternatives

How to delete a pointer after returning its value inside a function

Did the Target-Action design pattern became bad practice under ARC?

How to find which PHP script is leaking memory?

At what point is it worth reusing arrays in Java?