ulongs_allocated   48 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   unsigned ulongs_allocated; /* how many ulong bitmasks are allocated, >= ulongs_count */
ulongs_allocated   61 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   assert((set)->ulongs_allocated >= (set)->ulongs_count);	\
ulongs_allocated   93 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   set->ulongs_allocated = HWLOC_BITMAP_PREALLOC_ULONGS;
ulongs_allocated  140 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   if (tmp > set->ulongs_allocated) {
ulongs_allocated  146 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     set->ulongs_allocated = tmp;
ulongs_allocated  212 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   new->ulongs = hwloc_tma_malloc(tma, old->ulongs_allocated * sizeof(unsigned long));
ulongs_allocated  217 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   new->ulongs_allocated = old->ulongs_allocated;