A.當(dāng)使用ARC來管理內(nèi)存時(shí),代碼中不可以出現(xiàn)autorelease B.autoreleasepool在drain的時(shí)候會(huì)釋放在其中分配的對(duì)象 C.當(dāng)使用ARC來管理內(nèi)存時(shí),在線程中大量分配對(duì)象而不用autoreleasepool則可能會(huì)造成內(nèi)存泄露 D.在使用ARC的項(xiàng)目中不能使用NSZone
A.-shared B.-fno-objc-arc C.-fobjc-arc D.-dynamic
A.@required B.@optional C.@interface D.@protocol