UT_icd             57 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h     UT_icd icd;  /* initializer, copy and destructor functions */
UT_icd            232 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h static const UT_icd ut_str_icd _UNUSED_ = {sizeof(char*),NULL,utarray_str_cpy,utarray_str_dtor};
UT_icd            233 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h static const UT_icd ut_int_icd _UNUSED_ = {sizeof(int),NULL,NULL,NULL};
UT_icd            234 opal/mca/hwloc/hwloc201/hwloc/include/netloc/utarray.h static const UT_icd ut_ptr_icd _UNUSED_ = {sizeof(void*),NULL,NULL,NULL};