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.
Returns the default zone.
extern NSZone *NSDefaultMallocZone();The default zone, which is created automatically at startup.
This zone is used by the standard C function malloc.