Important: The information in this document is obsolete and should not be used for new development.
GetZone
To find which zone is current, use theGetZone
function.
FUNCTION GetZone: THz;DESCRIPTION
TheGetZone
function returns a pointer to the current heap zone.ASSEMBLY-LANGUAGE INFORMATION
The registers on exit forGetZone
are
Registers on exit A0 Pointer to current heap zone D0 Result code The global variable
TheZone
contains a pointer to the current heap zone.RESULT CODES
noErr 0 No error