Contents

NSZoneName

Returns the name of the specified zone.

Declaration

extern NSString *NSZoneName(NSZone *zone);

Return Value

A string containing the name associated with zone. If zone is nil, the default zone is used. If no name is associated with zone, the returned string is empty.

See Also

Managing Zones