Please enable JavaScript.
Coggle requires JavaScript to display documents.
Memory Management (Autorelease Pool (NSAutoreleasepool, Para adicionar um…
Memory Management
Autorelease Pool
-
-
-
Foundation, UIKit ou AppKit usam autoreleasepool
Objetos que não utilizar autoreleasepool são iniciados por alloc
, copy
, mutablecopy
ou new
.
-
-
-