Contents

NSDefaultMallocZone

Returns the default zone.

Declaration

extern NSZone *NSDefaultMallocZone();

Return Value

The default zone, which is created automatically at startup.

Discussion

This zone is used by the standard C function malloc.

See Also

Managing Zones