mpiControlMemoryAlloc

Declaration
long mpiControlMemoryAlloc(MPIControl           control,
                           MPIControlMemoryType type,
                           long                 count,
                           void                 **memory)
Required Header stdmpi.h
Description

ControlMemoryAlloc 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.

Return Values
MPIMessageOK if ControlMemoryAlloc successfully allocates firmware memory and writes the host address of that firmware memory to memory
See Also mpiControlMemoryGet | mpiControlMemorySet | mpiControlMemory | mpiControlMemoryCount | mpiControlMemoryFree