node_info         371 orte/util/comm/comm.c     orte_node_t **node_info;
node_info         456 orte/util/comm/comm.c         node_info = (orte_node_t**)malloc(cnt_nodes * sizeof(orte_node_t*));
node_info         460 orte/util/comm/comm.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&answer, &node_info[n], &cnt, ORTE_NODE))) {
node_info         463 orte/util/comm/comm.c                 free(node_info);
node_info         467 orte/util/comm/comm.c         *node_info_array = node_info;