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 / Assessing Memory Conditions


FreeMemSys

To determine how much free space remains in the system heap zone, use the FreeMemSys function.

FUNCTION FreeMemSys: LongInt;
DESCRIPTION
The FreeMemSys function works much as the FreeMem function does, but returns the total amount of free memory in the system heap zone instead of in the current heap zone.

RESULT CODES
noErr 0No error

Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996