Important: The information in this document is obsolete and should not be used for new development.
Accessing Heap Zones
The majority of applications, which allocate memory in their application heap zone
only, do not need to use any of the routines in this section. The few applications
that do allocate memory in zones other than the application heap zone can use theGetZone
function and theSetZone
procedure to get and set the current zone, theApplicationZone
andSystemZone
functions to obtain pointers to the application and system zones, and theHandleZone
andPtrZone
functions to find the zones in which relocatable and nonrelocatable blocks lie.
Subtopics
- GetZone
- SetZone
- ApplicationZone
- SystemZone
- HandleZone
- PtrZone