Suchergebnisse für Anfrage "nsautoreleasepool"

2 die antwort

Objects innerhalb von NSAutoreleasePool in Objective-C

Gibt es eine Möglichkeit, die Objekte zu ermitteln, die in einem NSAutoreleasePool zum Freigeben markiert sind?

3 die antwort

NSAutorelease Speicherverlust

Ich erhalte folgende Fehlermeldung in der Konsole:*** _NSAutoreleaseNoPool(): Object 0x10d2e0 of class NSPathStore2 autoreleased with no pool in place - ...

1 die antwort

Autoreleasepool wurde in diesem Bereich nicht als Fehler deklariert

TOP-Veröffentlichungen

2 die antwort

erstellt NSThread jetzt automatisch einen Autoreleasepool?

Ich habe Testcode wie folgt - (void)viewDidLoad { [super viewDidLoad]; NSThread *thread = [[NSThread alloc] initWithTarget:self selector:@selector(test) object:nil]; [thread start]; } -(void)test { MyClass *my = [[[MyClass alloc] init] ...

1 die antwort

Verwendung von NSAutoreleasePool in AppleScriptObjC