[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[S8ObjC] 001 AutoreleasePool

"Allocate an autorelease pool to persist during system runtime"
ObjCClass basicAt: #AutoreleasePool ifAbsentPut: [
	(ObjCClass named: #NSAutoreleasePool in: #Foundation) newInstanceHandle
]