Search code examples
How to replicate NSArray memory semantics in a subclass...


objective-cmemory-managementnsarrayautomatic-ref-countingautorelease

Read More
Is AutoRelease redundant when using ARC in Objective-C?...


objective-cautomatic-ref-countingautorelease

Read More
Can i make an Xcode breakpoint when a certain class gets added to autorelease pool?...


iosobjective-cxcodexcode5autorelease

Read More
Should I call release on an autorelease object assigned to a retained property before reassigning it...


objective-cpropertiesretainautorelease

Read More
When to use autoreleased variables?...


objective-cmemory-managementautorelease

Read More
UIView not autoreleased. Where is my issue?...


iosreferenceautomatic-ref-countingretainautorelease

Read More
Using autorelease variables in an iOS background thread...


iosobjective-cmultithreadingpoolautorelease

Read More
Autorelease objects in ARC...


iosobjective-csingletonautomatic-ref-countingautorelease

Read More
@autorelease Pool and Loops (for, while, do) Syntax...


objective-cautorelease

Read More
iOS initializing and returning a new object in a helper method...


iosobjective-cmemory-managementmemory-leaksautorelease

Read More
When does autorelease actually cause a release in Cocoa Touch?...


cocoa-touchmemory-managementautoreleasensautoreleasepool

Read More
stringByAppendingString and retain dilemma...


objective-ccocoansstringretainautorelease

Read More
cocos 2d autorelease in an if statment...


objective-ccocos2d-iphoneautorelease

Read More
Memory Management Issue with CoreData...


objective-cxcodecore-datamemory-managementautorelease

Read More
With ARC turned on, is there a different between alloc/init and normal autorelease methods?...


iosobjective-cautomatic-ref-countingautorelease

Read More
NSMutableArray with init and mutableCopy, how to autorelease?...


iosnsmutablearrayautorelease

Read More
Objective C - autoreleasepool and ARC leak memory...


objective-cautomatic-ref-countingautorelease

Read More
Registering created object in outer @autoreleasepool block and strange __weak pointer behavior...


automatic-ref-countingweak-referencesautoreleasensautoreleasepool

Read More
release outside created autoreleased object inside a autoreleasepool {}...


objective-cautoreleasensautoreleasepoolnsjsonserialization

Read More
Why is window autoreleased in appliciation:didFinishLaunchingWithOptions: and released in dealloc?...


iphoneiosxcodexcode4.2autorelease

Read More
View is only displaying for a fraction of a second...


iosobjective-cautoreleaseuiwindow

Read More
Autorelease Pool Blocks...


iosmemory-managementautorelease

Read More
Objective C @autoreleasepool infinite loop taking screenshots...


objective-cxcodememory-leaksscreenshotautorelease

Read More
How to handle autoreleased objects in iOS with ARC...


iphoneiosobjective-cnsmutablearrayautorelease

Read More
Is the following iOS code safe? (__autoreleasing semantics)...


iosautomatic-ref-countingautorelease

Read More
NSURLConnection start + autorelease...


iphoneiosnsurlconnectionautorelease

Read More
My code either leaks and works, or doesn't leak and crashes. This doesn't seem like an autor...


objective-cmemory-managementcocos2d-iphoneautoreleasememory-leaks

Read More
Releasing all the autoreleased objects in iOS...


iosmemory-managementautomatic-ref-countingautorelease

Read More
ARC autoreleases too early (?)...


objective-cautomatic-ref-countingautoreleasegdataxml

Read More
Xcode 'autorelease is unavailable in URL request...


xcodeweb-servicesautorelease

Read More
BackNext