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 / Managing Relocatable Blocks


ReserveMemSys

If you plan to lock a relocatable block for long periods of time in the system heap zone, use the ReserveMemSys procedure to reserve space for the block as low in the system heap as possible.

PROCEDURE ReserveMemSys (cbNeeded: Size);
cbNeeded
The number of bytes to reserve near the bottom of the system heap.
DESCRIPTION
The ReserveMemSys procedure works much as the ReserveMem procedure does, but reserves memory in the system heap zone rather than in the current heap zone.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996