alloccount        311 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   unsigned alloccount = (count + 1 + (OBJECT_INFO_ALLOC-1)) & ~(OBJECT_INFO_ALLOC-1);
alloccount        312 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (count != alloccount) {
alloccount        313 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     struct hwloc_info_s *tmpinfos = realloc(infos, alloccount*sizeof(*infos));
alloccount        367 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   unsigned alloccount = (dst_count + src_count + (OBJECT_INFO_ALLOC-1)) & ~(OBJECT_INFO_ALLOC-1);
alloccount        368 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (dst_count != alloccount) {
alloccount        369 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c     struct hwloc_info_s *tmp_infos = realloc(dst_infos, alloccount*sizeof(*dst_infos));