mem_attrs 598 opal/mca/common/ucx/common_ucx_wpool.c ucp_mem_attr_t mem_attrs; mem_attrs 621 opal/mca/common/ucx/common_ucx_wpool.c mem_attrs.field_mask = UCP_MEM_ATTR_FIELD_ADDRESS | UCP_MEM_ATTR_FIELD_LENGTH; mem_attrs 622 opal/mca/common/ucx/common_ucx_wpool.c status = ucp_mem_query((*memh_ptr), &mem_attrs); mem_attrs 629 opal/mca/common/ucx/common_ucx_wpool.c assert(mem_attrs.length >= size); mem_attrs 631 opal/mca/common/ucx/common_ucx_wpool.c assert(mem_attrs.address == (*base)); mem_attrs 633 opal/mca/common/ucx/common_ucx_wpool.c (*base) = mem_attrs.address;