You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root autoreleasepool would be either on the universe or on the mainthread. This root pool would need to be locking...
Singletons and Placeholders could live there. The destruction of the universe would just clean that autoreleasepool.
The autoreleasepools would nevertheless not contain all objects. static strings would not be autoreleased. Also objects in relationships with objects in pools, where the constructing autoreleasepool is no longer, wont be found.