Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Any hard data on GC vs explicit memory management performance?

Any sense to set obj = null(Nothing) in Dispose()?

Tracking Memory Usage in PHP

How to detect if a pointer was deleted and securely delete it?

Deleting an object in C++

How to get the amount of memory used by an application [duplicate]

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