mpiControlMemoryFree

Declaration

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

Required Header: stdmpi.h

Description

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

Return Values
MPIMessageOK

See Also

mpiControlMemoryGet | mpiControlMemorySet | mpiControlMemoryAlloc | mpiControlMemoryCount | mpiControlMemory