Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in memory-management

Lists double their space in c# when they need more room. At some point does it become less efficient to double say 1024 to 2048?

Expected segmentation fault, as soon as assigning a value to index 1?

Why design custom memory manager?

c++ c memory memory-management

Class template for cache aligned memory usage in C++

How to use all available memory

Input large strings in C

c string memory-management

When to release a transient NSString StringWithFormat?

NSMutableArray contained objects and memory management

Outlook 2007 Add-in Memory Leak?

CFRelease(addressBook) crashes my iOS app

invalid read of size 4 when using free()

iPhone memory management, a newbie question

iphone memory-management

Objective-C: @property and @synthesize and Memory Leaks

Should NSZombieEnabled be turned off for released app or not?

CGContextDrawImage eating my memory, any memory leak?

Does .NET have something like Java's permgen?

Using a custom allocator in an iOS library

Shared Memory Segment in Operating System

Zend Lucene exhausts memory when indexing

Convert to basic types (int, decimal, Datetime ...) from wire with all memory preallocated and pooled - how to bypass System.String