num_objs_total    383 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         int num_objs_total = 0;
num_objs_total    451 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                         num_objs_total += objs_per_node[i];
num_objs_total    452 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     obj_mapping = (int *)malloc(num_objs_total*sizeof(int));
num_objs_total    453 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     for(i = 0; i < num_objs_total; i++)
num_objs_total    478 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     num_objs_total = num_objs_in_node;
num_objs_total    479 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     obj_mapping = (int *)calloc(num_objs_total, sizeof(int));
num_objs_total    480 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     memcpy(obj_mapping, obj_to_rank_in_comm, num_objs_total*sizeof(int));
num_objs_total    484 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                "Obj mapping : ", "", obj_mapping, num_objs_total );
num_objs_total    598 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 assert(num_objs_total == (int)tm_topology->nb_nodes[tm_topology->nb_levels-1]);
num_objs_total    601 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 tm_topology->node_id  = (int *)malloc(num_objs_total*sizeof(int));
num_objs_total    602 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 tm_topology->node_rank = (int *)malloc(num_objs_total*sizeof(int));
num_objs_total    603 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 for( i = 0 ; i < num_objs_total ; i++ ) 
num_objs_total    607 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 for( i = 0 ; i < num_objs_total ; i++ ) {
num_objs_total    615 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                 tm_topology->nb_proc_units = num_objs_total;
num_objs_total    670 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                "Rank permutation sigma/k : ", "", k, num_objs_total);