Re: NSPushAutoreleasePool NSPopAutoreleasePool?

2009-08-12 Thread Ken Thomases
On Aug 11, 2009, at 8:58 PM, DairyKnight wrote: I've been tracing an iPhone application, and found out the NSPush/PopAutoreleasePool pair being called every time before/after entering the event loop. I did some googling about these apis and they seem to be undocumented. They are not

NSPushAutoreleasePool NSPopAutoreleasePool?

2009-08-11 Thread DairyKnight
Hi, I've been tracing an iPhone application, and found out the NSPush/PopAutoreleasePool pair being called every time before/after entering the event loop. I did some googling about these apis and they seem to be undocumented. Anyone knows what they do? I'm not trying to use them, just

Re: NSPushAutoreleasePool NSPopAutoreleasePool?

2009-08-11 Thread Dave Carrigan
Read up on the NSAutoreleasePool class. Presumably, this class calls those functions in init and dealloc, respectively. On Aug 11, 2009, at 6:58 PM, DairyKnight wrote: Hi, I've been tracing an iPhone application, and found out the NSPush/PopAutoreleasePool pair being called every time