_type 25 ompi/mca/pml/ucx/pml_ucx_freelist.h #define PML_UCX_FREELIST_INIT(_fl, _type, _initial, _max, _batch) \ _type 26 ompi/mca/pml/ucx/pml_ucx_freelist.h opal_free_list_init(_fl, sizeof(_type), 8, OBJ_CLASS(_type), \ _type 30 ompi/mca/pml/yalla/pml_yalla_freelist.h #define PML_YALLA_FREELIST_INIT(_fl, _type, _initial, _max, _batch) \ _type 31 ompi/mca/pml/yalla/pml_yalla_freelist.h opal_free_list_init(_fl, sizeof(_type), 8, OBJ_CLASS(_type), \ _type 225 opal/datatype/opal_datatype_internal.h #define CREATE_ELEM( _place, _type, _flags, _count, _disp, _extent ) \ _type 228 opal/datatype/opal_datatype_internal.h (_place)->elem.common.type = (_type); \ _type 548 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #define HWLOC_VLA(_type, _name, _nb) _type *_name = (_type*) _alloca((_nb)*sizeof(_type)) _type 550 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h #define HWLOC_VLA(_type, _name, _nb) _type _name[_nb]