Carbon


MaxBlockSys

Header: MacMemory.h Carbon status: Unsupported

Returns the size of the largest block you could allocate in the system heap zone after a compaction.

SInt32 MaxBlockSys ();
function result

The maximum contiguous space, in bytes, that you could obtain after compacting the system heap. MaxBlockSys does not actually do the compaction.0

DISCUSSION

Call the function MemError to get the result code. See “Result Codes”.

AVAILABILITY

Not supported in Carbon. Not available in CarbonLib, but available when InterfaceLib 7.1 or later is installed. Exported by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/6/2000)