Carbon


MPGetAllocatedBlockSize

Header: Multiprocessing.h Carbon status: Supported

Returns the size of a memory block.

ByteCount MPGetAllocatedBlockSize (
    LogicalAddress object
);
object

The address of the memory block whose size you want to determine.

function result

The size of the allocated memory block, in bytes. 0

VERSION NOTES

Introduced with Multiprocessing Services 2.0.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when MPLibrary 2.0 or later is installed. Exported by CarbonLib 1.0 and later and by MPLibrary 2.0 and later.


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