NSRecycleZone
Frees memory in a zone.
Declaration
extern void NSRecycleZone(NSZone *zone);Discussion
Frees zone after adding any of its pointers still in use to the default zone. (This strategy prevents retained objects from being inadvertently destroyed.)