proc_info         482 orte/util/comm/comm.c     orte_proc_t **proc_info;
proc_info         573 orte/util/comm/comm.c         proc_info = (orte_proc_t**)malloc(cnt_procs * sizeof(orte_proc_t*));
proc_info         577 orte/util/comm/comm.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&answer, &proc_info[n], &cnt, ORTE_PROC))) {
proc_info         580 orte/util/comm/comm.c                 free(proc_info);
proc_info         588 orte/util/comm/comm.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&answer, &proc_info[n]->pid, &cnt, OPAL_PID))) {
proc_info         591 orte/util/comm/comm.c                 free(proc_info);
proc_info         598 orte/util/comm/comm.c                 free(proc_info);
proc_info         601 orte/util/comm/comm.c             orte_set_attribute(&proc_info[n]->attributes, ORTE_PROC_NODENAME, ORTE_ATTR_LOCAL, nodename, OPAL_STRING);
proc_info         603 orte/util/comm/comm.c         *proc_info_array = proc_info;