list_child       2007 ompi/mca/topo/treematch/treematch/tm_tree.c   tm_tree_t **list_child = NULL;
list_child       2017 ompi/mca/topo/treematch/treematch/tm_tree.c   list_child = (tm_tree_t**)CALLOC(arity, sizeof(tm_tree_t*));
list_child       2019 ompi/mca/topo/treematch/treematch/tm_tree.c     list_child[i] = (tm_tree_t*)MALLOC(sizeof(tm_tree_t));
list_child       2020 ompi/mca/topo/treematch/treematch/tm_tree.c     create_dumb_tree(list_child[i], depth+1, topology);
list_child       2021 ompi/mca/topo/treematch/treematch/tm_tree.c     list_child[i]->parent = node;
list_child       2022 ompi/mca/topo/treematch/treematch/tm_tree.c     list_child[i]->dumb = 1;
list_child       2027 ompi/mca/topo/treematch/treematch/tm_tree.c   set_node(node, list_child, arity, NULL, -1, 0, NULL, depth);
list_child       2132 ompi/mca/topo/treematch/treematch/tm_tree.c     tm_tree_t **list_child = NULL;
list_child       2133 ompi/mca/topo/treematch/treematch/tm_tree.c     list_child = (tm_tree_t**)CALLOC(arity, sizeof(tm_tree_t*));
list_child       2134 ompi/mca/topo/treematch/treematch/tm_tree.c     set_node(&new_tab_node[i], list_child, arity, NULL, i, 0, tab_node, depth);