Important: The information in this document is obsolete and should not be used for new development.
CompactMemSys
You can use theCompactMemSys
function to compact the system heap zone manually.
FUNCTION CompactMemSys (cbNeeded: Size): Size;
cbNeeded
- The size in bytes of the block for which
CompactMemSys
should attempt to make room.DESCRIPTION
TheCompactMemSys
function works much as theCompactMem
function does, but compacts the system heap instead of the current heap.RESULT CODES
noErr 0 No error