Searched refs:mpiMem_t (Results 1 – 2 of 2) sorted by relevance
123 typedef struct mpiMem_s mpiMem_t; typedef137 …mpiMem_t region[MPI_MAX_MEM_REGIONS]; /**< Pointer to the array of structures that define memroy…160 mpiMem_t memoryRegion; /**< Queue's memory region descriptor */186 mpiMem_t memoryRegion; /**< Queue's memory region descriptor */
2307 …memcpy(&saRoot->inboundQueue[qIdx].memoryRegion, &memoryAllocated->region[mIdx], sizeof(mpiMem_t)); in mpiInitialize()2414 …emcpy(&saRoot->outboundQueue[qIdx].memoryRegion, &memoryAllocated->region[mIdx], sizeof(mpiMem_t)); in mpiInitialize()