mpiControlMemoryFree

Declaration

int32_t mpiControlMemoryFree(MPIControl           control,
                          MPIControlMemoryType type,
                          int32_t                 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