Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

why does this Java method leak—and why does inlining it fix the leak?

How to prevent unnecessary memory use in recursive functions

Effect of 'myObj = [[[[MyClass alloc] init] autorelease] retain];'?

Creating an object on the stack then passing by reference to another method in C++

Is any memory leak in iOS accepted at all?

What can "new_handler" be used for in C++ besides garbage collection?

How to check for memory leaks in a large scale c++ Linux application?

current->mm gives NULL in linux kernel

Why Seq.take in F# throw System.OutOfMemoryException

How is RAM allocated? [closed]

c/linux infinite loop application: deallocate memory if kill -9 command is called

JNI memory management using the Invocation API

java dynamic memory allocation?

When to go for object pooling?

NSMutableArray arrayWithCapacity vs initWithCapacity

custom memory allocator

Where will the memory allocation for a string in C will take place

GCHandle to get address(pointer) of .net object

Error in a Wikipedia Article on memory leaks [closed]

Free/delete a char* causes an invalid heap pointer assertion failure