shadow_allocator   39 oshmem/mca/sshmem/ucx/sshmem_ucx.h     sshmem_ucx_shadow_allocator_t  *shadow_allocator;
shadow_allocator  298 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (ctx->shadow_allocator) {
shadow_allocator  299 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         sshmem_ucx_shadow_destroy(ctx->shadow_allocator);
shadow_allocator  364 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (!ctx->shadow_allocator) {
shadow_allocator  365 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         ctx->shadow_allocator = sshmem_ucx_shadow_create(s->seg_size);
shadow_allocator  366 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         if (!ctx->shadow_allocator) {
shadow_allocator  376 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         res = sshmem_ucx_shadow_alloc(ctx->shadow_allocator, alloc_count, &index);
shadow_allocator  379 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         res       = sshmem_ucx_shadow_realloc(ctx->shadow_allocator, alloc_count,
shadow_allocator  391 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         old_alloc_count = sshmem_ucx_shadow_size(ctx->shadow_allocator, old_index);
shadow_allocator  394 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c         sshmem_ucx_shadow_free(ctx->shadow_allocator, old_index);
shadow_allocator  408 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     return sshmem_ucx_shadow_free(ctx->shadow_allocator,