Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autorelease

Autorelease pool crashing App

How to handle autoreleased objects in iOS with ARC

Huge memory footprint with ARC

Objective C - Memory Management and autorelease ???

AdWhirl and ARC

Autoreleased NSMutableArray not populated

Huge memory usage despite ARC

ARC autoreleases too early (?)

Leak or Crash - difference between autorelease and release

Objective-C - weak object is registered in autoreleasepool automatically?

Need clarification for NSAutoreleasePool

__weak and autorelease pool in ARC in Xcode 4.2

returning autorelease NSString still causes memory leaks

creating an autorelease pool and draining it in a different context

iOS initializing and returning a new object in a helper method

how to resize the subviews automatically for iOS6 because autoresize is removed from iOS6?

Is it safe to autorelease objects inside an NSOperation?

dispatch_async and autoreleasepool

What is the scope of (nested) autorelease pools?