remote_addrs_tbl 131 oshmem/mca/spml/ucx/spml_ucx.c free(mca_spml_ucx.remote_addrs_tbl); remote_addrs_tbl 249 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx.remote_addrs_tbl = (char **)calloc(nprocs, sizeof(char *)); remote_addrs_tbl 250 oshmem/mca/spml/ucx/spml_ucx.c memset(mca_spml_ucx.remote_addrs_tbl, 0, nprocs * sizeof(char *)); remote_addrs_tbl 275 oshmem/mca/spml/ucx/spml_ucx.c mca_spml_ucx.remote_addrs_tbl[i] = (char *)malloc(wk_rsizes[i]); remote_addrs_tbl 276 oshmem/mca/spml/ucx/spml_ucx.c memcpy(mca_spml_ucx.remote_addrs_tbl[i], (char *)(wk_raddrs + wk_roffs[i]), remote_addrs_tbl 293 oshmem/mca/spml/ucx/spml_ucx.c if (mca_spml_ucx.remote_addrs_tbl[i]) { remote_addrs_tbl 294 oshmem/mca/spml/ucx/spml_ucx.c free(mca_spml_ucx.remote_addrs_tbl[i]); remote_addrs_tbl 299 oshmem/mca/spml/ucx/spml_ucx.c if (mca_spml_ucx.remote_addrs_tbl) remote_addrs_tbl 300 oshmem/mca/spml/ucx/spml_ucx.c free(mca_spml_ucx.remote_addrs_tbl); remote_addrs_tbl 586 oshmem/mca/spml/ucx/spml_ucx.c ep_params.address = (ucp_address_t *)(mca_spml_ucx.remote_addrs_tbl[i]); remote_addrs_tbl 92 oshmem/mca/spml/ucx/spml_ucx.h char **remote_addrs_tbl;