gather_buf        204 ompi/mca/coll/portals4/coll_portals4_gather.c         request->u.gather.gather_buf = (char *) malloc(request->u.gather.gather_bytes);
gather_buf        205 ompi/mca/coll/portals4/coll_portals4_gather.c         if (NULL == request->u.gather.gather_buf) {
gather_buf        212 ompi/mca/coll/portals4/coll_portals4_gather.c         iov.iov_base = (IOVBASE_TYPE *) request->u.gather.gather_buf;
gather_buf        218 ompi/mca/coll/portals4/coll_portals4_gather.c                             request->u.gather.gather_buf, request->u.gather.gather_bytes,
gather_buf        228 ompi/mca/coll/portals4/coll_portals4_gather.c         request->u.gather.gather_buf = (char *) malloc(request->u.gather.gather_bytes);
gather_buf        229 ompi/mca/coll/portals4/coll_portals4_gather.c         if (NULL == request->u.gather.gather_buf) {
gather_buf        235 ompi/mca/coll/portals4/coll_portals4_gather.c         iov.iov_base = (IOVBASE_TYPE *) request->u.gather.gather_buf;
gather_buf        241 ompi/mca/coll/portals4/coll_portals4_gather.c                             request->u.gather.gather_buf, request->u.gather.gather_bytes,
gather_buf        247 ompi/mca/coll/portals4/coll_portals4_gather.c         request->u.gather.gather_buf = (char *) malloc(request->u.gather.gather_bytes);
gather_buf        248 ompi/mca/coll/portals4/coll_portals4_gather.c         if (NULL == request->u.gather.gather_buf) {
gather_buf        254 ompi/mca/coll/portals4/coll_portals4_gather.c         iov.iov_base = (IOVBASE_TYPE *) request->u.gather.gather_buf;
gather_buf        260 ompi/mca/coll/portals4/coll_portals4_gather.c                             request->u.gather.gather_buf, request->u.gather.gather_bytes,
gather_buf        304 ompi/mca/coll/portals4/coll_portals4_gather.c         request->u.gather.gather_buf = (char *) malloc(request->u.gather.gather_bytes);
gather_buf        305 ompi/mca/coll/portals4/coll_portals4_gather.c         if (NULL == request->u.gather.gather_buf) {
gather_buf        313 ompi/mca/coll/portals4/coll_portals4_gather.c         iov.iov_base = (IOVBASE_TYPE *) (request->u.gather.gather_buf + gather_buf_offset);
gather_buf        319 ompi/mca/coll/portals4/coll_portals4_gather.c                             request->u.gather.gather_buf, request->u.gather.gather_bytes,
gather_buf        324 ompi/mca/coll/portals4/coll_portals4_gather.c         request->u.gather.gather_buf = (char *) malloc(request->u.gather.gather_bytes);
gather_buf        325 ompi/mca/coll/portals4/coll_portals4_gather.c         if (NULL == request->u.gather.gather_buf) {
gather_buf        331 ompi/mca/coll/portals4/coll_portals4_gather.c         iov.iov_base = (IOVBASE_TYPE *) request->u.gather.gather_buf;
gather_buf        337 ompi/mca/coll/portals4/coll_portals4_gather.c                             request->u.gather.gather_buf, request->u.gather.gather_bytes,
gather_buf        371 ompi/mca/coll/portals4/coll_portals4_gather.c     request->u.gather.gather_offset = (ptl_size_t)request->u.gather.gather_buf;
gather_buf        374 ompi/mca/coll/portals4/coll_portals4_gather.c     me.start = request->u.gather.gather_buf;
gather_buf        537 ompi/mca/coll/portals4/coll_portals4_gather.c     request->u.gather.gather_buf=NULL;
gather_buf        793 ompi/mca/coll/portals4/coll_portals4_gather.c     if (NULL != request->u.gather.gather_buf)
gather_buf        794 ompi/mca/coll/portals4/coll_portals4_gather.c         free(request->u.gather.gather_buf);
gather_buf        832 ompi/mca/coll/portals4/coll_portals4_gather.c     request->u.gather.gather_buf=NULL;
gather_buf       1081 ompi/mca/coll/portals4/coll_portals4_gather.c     if (NULL != request->u.gather.gather_buf)
gather_buf       1082 ompi/mca/coll/portals4/coll_portals4_gather.c         free(request->u.gather.gather_buf);
gather_buf       1127 ompi/mca/coll/portals4/coll_portals4_gather.c             iov.iov_base = (IOVBASE_TYPE *) ((char *)request->u.gather.gather_buf + (request->u.gather.packed_size*i));
gather_buf       1135 ompi/mca/coll/portals4/coll_portals4_gather.c         free(request->u.gather.gather_buf);
gather_buf       1150 ompi/mca/coll/portals4/coll_portals4_gather.c         free(request->u.gather.gather_buf);
gather_buf       1188 ompi/mca/coll/portals4/coll_portals4_gather.c             iov.iov_base = (IOVBASE_TYPE *) ((char *)request->u.gather.gather_buf + (request->u.gather.packed_size*i));
gather_buf       1196 ompi/mca/coll/portals4/coll_portals4_gather.c         free(request->u.gather.gather_buf);
gather_buf       1211 ompi/mca/coll/portals4/coll_portals4_gather.c         free(request->u.gather.gather_buf);
gather_buf         93 ompi/mca/coll/portals4/coll_portals4_request.h     	    char                   *gather_buf;