MPI 04.00 Reference >> mpiPlatform

mpiPlatformFree

Declaration

long mpiPlatformFree(void   *alloc,
                     long   size)

 

Required Header: stdmpi.h

Description

mpiPlatformFree frees system memory.

alloc the address of the memory to free.
size the number of bytes to free. This must match the size specified for mpiPlatformAlloc when alloc was allocated.

See Also

mpiPlatformAlloc