Go to the first, previous, next, last section, table of contents.


The NSZone functions

The OpenStep specification defines several functions that deal with zones. In libFoundation these functions are implemented as inline functions that send the corresponding message to the zone instance or directly to the NSZone class. The correspondency between them is straightforward so check the method description for more information.

Here are the functions used to manipulate a zone:


Go to the first, previous, next, last section, table of contents.