mpiControlMemoryFree

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

ControlMemoryFree frees count bytes of firmware memory on a Control object (control, of type type) starting at host address memory.

Return Values
MPIMessageOK if ControlMemoryAlloc successfully frees count bytes of firmware memory on a Control object
See Also mpiControlMemoryGet | mpiControlMemorySet | mpiControlMemoryAlloc | mpiControlMemoryCount | mpiControlMemory