SystemZone
SystemZone Get address of the start of the system heap zone
#include <Memory.h> Memory Manager
THz SystemZone( );
returns address of the system heap zone
SystemZone returns the address of the start of the Zone structure of the
system heap. This is the same as the value stored in the global variable
SysZone (at 0x02A6).
Returns: a pointer to a Zone structure; the address of the start of the system
heap zone.