Definition of NSAutoreleasePool. Meaning of NSAutoreleasePool. Synonyms of NSAutoreleasePool

Here you will find one or more explanations in English for the word NSAutoreleasePool. Also in the bottom left of the page several parts of wikipedia pages related to the word NSAutoreleasePool and, of course, NSAutoreleasePool synonyms and on the right images related to the word NSAutoreleasePool.

Definition of NSAutoreleasePool

No result for NSAutoreleasePool. Showing similar results...

Meaning of NSAutoreleasePool from wikipedia

- (id object in array) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // Create a lot of temporary objects [pool drain]; } } // With ARC...