Carbon


MoreMasterPointers

Header: MacMemory.h Carbon status: Supported

Allocates a specified number of master pointers.

void MoreMasterPointers (
    UInt32 inCount
);
Parameter descriptions
inCount

The number of master pointers you want to allocate in a single nonrelocatable block.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.

CARBON NOTES

Carbon applications should use this function instead of MoreMasters to allocate a nonrelocatable block of master pointers in the current heap zone.


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