Important: The information in this document is obsolete and should not be used for new development.
ReserveMemSys
If you plan to lock a relocatable block for long periods of time in the system heap zone, use theReserveMemSys
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
TheReserveMemSys
procedure works much as theReserveMem
procedure does, but reserves memory in the system heap zone rather than in the current heap zone.