Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Memory /
Chapter 2 - Memory Manager / Memory Manager Reference
Memory Manager Routines / Accessing Heap Zones


ApplicationZone

To obtain a pointer to the application heap zone, you can use the ApplicationZone function.

FUNCTION ApplicationZone: THz;
DESCRIPTION
The ApplicationZone function returns a pointer to the original application heap zone.

ASSEMBLY-LANGUAGE INFORMATION
The global variable ApplZone contains a pointer to the original application heap zone.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996