nr_maps_allocated 611 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c int nr_maps_allocated = _nr_maps_allocated; nr_maps_allocated 633 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c maps = malloc(nr_maps_allocated * sizeof(*maps)); nr_maps_allocated 646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (nr_maps == nr_maps_allocated) { nr_maps_allocated 647 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c unsigned long *tmp = realloc(maps, 2*nr_maps_allocated * sizeof(*maps)); nr_maps_allocated 654 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c nr_maps_allocated *= 2; nr_maps_allocated 693 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (nr_maps_allocated > _nr_maps_allocated) nr_maps_allocated 694 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c _nr_maps_allocated = nr_maps_allocated;