mpiControlMemoryAlloc

Declaration

long mpiControlMemoryAlloc(MPIControl           control,
                           MPIControlMemoryType type,
                           long                 count,
                           void                 **memory)

Required Header: stdmpi.h

Description

mpiControlMemoryAlloc allocates count bytes of firmware memory [of type type on a Control object (control)] and writes the host address (of the allocated firmware memory) to the location pointed to by memory.

Note: It is unecessary to call this function from your application. This function allocates memory when using the Sequence object and is automatically called when the Sequence object is created. This function call is to be removed on the next major release.

Return Values
MPIMessageOK

See Also

mpiControlMemoryGet | mpiControlMemorySet | mpiControlMemory | mpiControlMemoryCount | mpiControlMemoryFree