ptmp_free          52 ompi/mca/coll/inter/coll_inter_allgather.c     char *ptmp_free = NULL, *ptmp = NULL;
ptmp_free          62 ompi/mca/coll/inter/coll_inter_allgather.c 	ptmp_free = (char*)malloc(span);
ptmp_free          63 ompi/mca/coll/inter/coll_inter_allgather.c 	if (NULL == ptmp_free) {
ptmp_free          66 ompi/mca/coll/inter/coll_inter_allgather.c         ptmp = ptmp_free - gap;
ptmp_free          99 ompi/mca/coll/inter/coll_inter_allgather.c     if (NULL != ptmp_free) {
ptmp_free         100 ompi/mca/coll/inter/coll_inter_allgather.c         free(ptmp_free);
ptmp_free          52 ompi/mca/coll/inter/coll_inter_allgatherv.c     char *ptmp_free=NULL, *ptmp=NULL;
ptmp_free          87 ompi/mca/coll/inter/coll_inter_allgatherv.c 	    ptmp_free = (char*)malloc(span);
ptmp_free          88 ompi/mca/coll/inter/coll_inter_allgatherv.c 	    if (NULL == ptmp_free) {
ptmp_free          92 ompi/mca/coll/inter/coll_inter_allgatherv.c             ptmp = ptmp_free - gap;
ptmp_free         126 ompi/mca/coll/inter/coll_inter_allgatherv.c     if (NULL != ptmp_free) {
ptmp_free         127 ompi/mca/coll/inter/coll_inter_allgatherv.c         free(ptmp_free);
ptmp_free          60 ompi/mca/coll/inter/coll_inter_gather.c         char *ptmp_free = NULL, *ptmp;
ptmp_free          67 ompi/mca/coll/inter/coll_inter_gather.c         ptmp_free = (char*)malloc(span);
ptmp_free          68 ompi/mca/coll/inter/coll_inter_gather.c         if (NULL == ptmp_free) {
ptmp_free          71 ompi/mca/coll/inter/coll_inter_gather.c         ptmp = ptmp_free - gap;
ptmp_free          86 ompi/mca/coll/inter/coll_inter_gather.c         free(ptmp_free);
ptmp_free          49 ompi/mca/coll/inter/coll_inter_gatherv.c     char *ptmp_free=NULL, *ptmp=NULL;
ptmp_free          98 ompi/mca/coll/inter/coll_inter_gatherv.c             ptmp_free = (char*)malloc(span);
ptmp_free          99 ompi/mca/coll/inter/coll_inter_gatherv.c             if (NULL == ptmp_free) {
ptmp_free         103 ompi/mca/coll/inter/coll_inter_gatherv.c             ptmp = ptmp_free - gap;
ptmp_free         122 ompi/mca/coll/inter/coll_inter_gatherv.c     if (NULL != ptmp_free) {
ptmp_free         123 ompi/mca/coll/inter/coll_inter_gatherv.c         free(ptmp_free);
ptmp_free          59 ompi/mca/coll/inter/coll_inter_scatter.c         char *ptmp_free = NULL, *ptmp = NULL;
ptmp_free          66 ompi/mca/coll/inter/coll_inter_scatter.c             ptmp_free = malloc(span);
ptmp_free          67 ompi/mca/coll/inter/coll_inter_scatter.c 	    if (NULL == ptmp_free) {
ptmp_free          70 ompi/mca/coll/inter/coll_inter_scatter.c             ptmp = ptmp_free - gap;
ptmp_free          84 ompi/mca/coll/inter/coll_inter_scatter.c 	if (NULL != ptmp_free) {
ptmp_free          85 ompi/mca/coll/inter/coll_inter_scatter.c 	    free(ptmp_free);
ptmp_free          50 ompi/mca/coll/inter/coll_inter_scatterv.c     char *ptmp_free=NULL, *ptmp=NULL;
ptmp_free          79 ompi/mca/coll/inter/coll_inter_scatterv.c 		ptmp_free = (char*)malloc(span);
ptmp_free          80 ompi/mca/coll/inter/coll_inter_scatterv.c 		if (NULL == ptmp_free) {
ptmp_free          83 ompi/mca/coll/inter/coll_inter_scatterv.c                 ptmp = ptmp_free - gap;
ptmp_free         107 ompi/mca/coll/inter/coll_inter_scatterv.c 	if (NULL != ptmp_free) {
ptmp_free         108 ompi/mca/coll/inter/coll_inter_scatterv.c 	    free(ptmp_free);