Go to the source code of this file.
◆ BI_GetBuff()
Definition at line 37 of file BI_GetBuff.c.
38{
40
41 char *cptr;
45
46
47
48
49
51 {
54 }
55
56
57
59 if (j % sizeof(MPI_Request))
60 j += sizeof(MPI_Request) - j % sizeof(MPI_Request);
61 i = j +
BI_Np*
sizeof(MPI_Request);
63 cptr = malloc(i + length);
65
67 {
69 BI_ReadyB->Aops = (MPI_Request *) &cptr[j];
72 }
74
76}
void BI_EmergencyBuff(Int length)