Search code examples
What is an autorelease scope?...


iosautorelease

Read More
Objective-C initialize (static method) called more that once?...


objective-cunit-testinginitializationglobal-variablesautorelease

Read More
NSString alloc outside autorelease pool creates mysterious memory leak?...


objective-cmemory-managementnsstringautoreleasedealloc

Read More
allocating and releasing VS. autoRelease. why and when?...


objective-ciosmemory-managementallocationautorelease

Read More
IPhone autoreleasing a returned NSMutableArray...


iphonememory-managementreturnautorelease

Read More
about auto release in Xcode 4.3...


objective-cxcodeautorelease

Read More
iOS : Autorelease Pool in AppDelegate using MFMailComposeViewController in Picker View...


iphoneiosxcode4autorelease

Read More
AutoRelease interfering with data handling...


objective-cxml-parsingautorelease

Read More
@autorelease and loops...


objective-cloopsautoreleasensautoreleasepool

Read More
iphone: autoreleasing an object multiple times...


iphoneautorelease

Read More
Objective-C on GNUstep AutoReleasePool undeclared problem...


objective-cmemory-managementcompiler-errorsautoreleasegnustep

Read More
Where is the autorelease pool for OS X application created and drained?...


macoscocoaautomatic-ref-countingautoreleasensautoreleasepool

Read More
App Crashing When Calling Release on Autorelease Pool - Timing Issue ? iPhone...


iphoneobjective-cxcodememory-managementautorelease

Read More
Am I leaking this ObjectiveC Object?...


iphoneobjective-cmemory-managementmemory-leaksautorelease

Read More
How to manage memory for autorelease objects...


objective-cmemory-managementautorelease

Read More
Is [NSMutableString string] same as [[NSMutableString string] autorelease]?...


objective-cnsstringautorelease

Read More
Is release needed for a reference turned from retain on autorelease object?...


objective-creleaseretainautorelease

Read More
Best practice for NSAutoreleasePool in callbacks from another thread...


objective-cmultithreadingcocoaautoreleasensautoreleasepool

Read More
Does the NSString returned from NSArray objectAtIndex as autorelease or retain...


objective-cnsstringnsarrayretainautorelease

Read More
Double releasing an autoreleased object doesn't crash...


objective-ccrashautorelease

Read More
Passing address of non-local object to __autoreleasing parameter for write-back...


objective-cxcodexcode4.2autorelease

Read More
Stack corrupted with @autoreleasepool (ARC, compiled with llvm 3.0, Fastest, Smallest [-Os])...


llvmautoreleasexcode4.2automatic-ref-counting

Read More
AdWhirl and ARC...


iphoneautomatic-ref-countingautoreleaseadwhirl

Read More
Xcode analyzer ignores autorelease...


xcodememorymemory-leaksautoreleaseanalyzer

Read More
Multithreaded iPhone app crashes with [NSAutoreleasePool release]...


iphoneobjective-cmemory-managementautoreleaseretain

Read More
Can an autoreleased NSArray cause a memory leak?...


iosnsarrayretainautorelease

Read More
How do I find the thread that is leaking because it lacks an NSAutoreleasePool?...


objective-cautoreleasensautoreleasepool

Read More
Objective-c Http connection - Autorelease no pool - just leaking...


objective-chttpmemorymemory-leaksautorelease

Read More
Retain/Release through intermediary method...


objective-cautorelease

Read More
what happends with the memory of the objects used in NSMutableDictionary when releasing the array?...


iphoneobjective-creleasensmutabledictionaryautorelease

Read More
BackNext