Important: The information in this document is obsolete and should not be used for new development.
Functions That Allocate Memory
Table C-4 lists all Open Transport functions that allocate memory on your behalf and therefore require that you call either theInitOpenTransport
function or theInitOpenTransportUtilities
function before calling them.
- Note
- Some functions listed in Table C-4 are not documented in this manual because they are specific to Open Transport protocol and device drivers. They are listed here to provide a complete reference.
Table C-4 Functions that allocate memory
Function Calling restrictions OTAlloc
needs InitOpenTransport
OTAllocMem
needs InitOpenTransportUtilities
OTAsyncOpenEndpoint
needs InitOpenTransport
OTAsyncOpenMapper
needs InitOpenTransport
OTAsyncOpenProvider
needs InitOpenTransport
OTAsyncStreamOpen
needs InitOpenTransport
OTCreateDeferredTask
needs InitOpenTransportUtilities
OTCreateSystemTask
needs InitOpenTransportUtilities
OTOpenEndpoint
needs InitOpenTransport
OTOpenEndpointOnStream
needs InitOpenTransport
OTOpenMapper
needs InitOpenTransport
OTOpenProvider
needs InitOpenTransport
OTOpenProviderOnStream
needs InitOpenTransport
OTRegisterAsClient
needs InitOpenTransportUtilities
OTStreamOpen
needs InitOpenTransport
OTStreamPipe
needs InitOpenTransport
OTTransferProviderOwnership
needs InitOpenTransport
OTUnregisterAsClient
needs InitOpenTransportUtilities
OTWhoAmI
needs InitOpenTransport