tempbuf 50 ompi/mca/coll/base/coll_base_gather.c char *ptmp = NULL, *tempbuf = NULL; tempbuf 84 ompi/mca/coll/base/coll_base_gather.c tempbuf = (char *) malloc(rsize); tempbuf 85 ompi/mca/coll/base/coll_base_gather.c if (NULL == tempbuf) { tempbuf 89 ompi/mca/coll/base/coll_base_gather.c ptmp = tempbuf - rgap; tempbuf 109 ompi/mca/coll/base/coll_base_gather.c tempbuf = (char *) malloc(ssize); tempbuf 110 ompi/mca/coll/base/coll_base_gather.c if (NULL == tempbuf) { tempbuf 114 ompi/mca/coll/base/coll_base_gather.c ptmp = tempbuf - sgap; tempbuf 182 ompi/mca/coll/base/coll_base_gather.c free(tempbuf); tempbuf 186 ompi/mca/coll/base/coll_base_gather.c free(tempbuf); tempbuf 191 ompi/mca/coll/base/coll_base_gather.c if (NULL != tempbuf) tempbuf 192 ompi/mca/coll/base/coll_base_gather.c free(tempbuf); tempbuf 69 ompi/mca/coll/base/coll_base_scatter.c char *ptmp, *tempbuf = NULL; tempbuf 105 ompi/mca/coll/base/coll_base_scatter.c tempbuf = (char *)malloc(ssize); tempbuf 106 ompi/mca/coll/base/coll_base_scatter.c if (NULL == tempbuf) { tempbuf 109 ompi/mca/coll/base/coll_base_scatter.c ptmp = tempbuf - sgap; tempbuf 132 ompi/mca/coll/base/coll_base_scatter.c tempbuf = (char *)malloc(rsize / 2); tempbuf 133 ompi/mca/coll/base/coll_base_scatter.c if (NULL == tempbuf) { tempbuf 136 ompi/mca/coll/base/coll_base_scatter.c ptmp = tempbuf - rgap; tempbuf 175 ompi/mca/coll/base/coll_base_scatter.c if (NULL != tempbuf) tempbuf 176 ompi/mca/coll/base/coll_base_scatter.c free(tempbuf); tempbuf 187 ompi/mca/coll/base/coll_base_scatter.c if (NULL != tempbuf) tempbuf 188 ompi/mca/coll/base/coll_base_scatter.c free(tempbuf);