Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Why does peak memory usage increase when there are more elements to loop/apply over?

new and delete[] are worse than malloc and free? (c++ / VS2012)

Memory usage in JVM profiler vs. Mac OS X Activity Monitor

Why address sanitizer doesn't work for bss global overflow?

How do I release an object with a block completion handler under ARC?

Is Large Object Heap fragmentation on 64-bit platforms an issue at all compared to 32-bits, on .NET?

c# .net memory-management

Custom allocator performance

Is it a good practice to hide structure definition in C?

Are object initializations in Java "Foo f = new Foo() " essentially the same as using malloc for a pointer in C?

UIViewController memory leak issues

Defragmenting C++ Heap Allocator & STL

NSCFString Memory Leak

jQuery.remove(), detach DOM elements, but I still can access the elements from code. How to avoid leaks?

QT - Main Widget - Stack or Heap?

How to obtain blocks with large alignment?

c++ c memory-management

Android : PSS (Proportional Set Size) Calculation

android memory-management

Memory bloat when creating many new objects

Differences between weak and unsafe_unretained

Valgrind is hanging with no output

How to find memory used by ruby object?

ruby memory-management