first_parent     1357 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     hwloc_obj_t first_parent;
first_parent     1364 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     first_parent = node->parent;
first_parent     1365 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     assert(hwloc__obj_type_is_normal(first_parent->type)); /* only depth-1 memory children for now */
first_parent     1368 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     for(i=0; i<hwloc_get_nbobjs_by_depth(topology, first_parent->depth); i++) {
first_parent     1371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       parent = hwloc_get_obj_by_depth(topology, first_parent->depth, i);
first_parent     1375 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       if (parent->memory_arity != first_parent->memory_arity)