MPI 04.00 Reference >> mpiPlatform

mpiPlatformAlloc

Declaration

void mpiPlatformAlloc(int32_t   size)

 

Required Header: stdmpi.h

Description

mpiPlatformAlloc allocates system memory. mpiPlatformAlloc will return NULL upon failure to allocate memory.

size the number of bytes to allocate

See Also

mpiPlatformFree