ALLOC_ELEM_SIZE 330 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c return (char*)s->super.va_base + (index * ALLOC_ELEM_SIZE); ALLOC_ELEM_SIZE 335 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c return ((char*)ptr - (char*)s->super.va_base) / ALLOC_ELEM_SIZE; ALLOC_ELEM_SIZE 373 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c alloc_count = max((size + ALLOC_ELEM_SIZE - 1) / ALLOC_ELEM_SIZE, 1); ALLOC_ELEM_SIZE 393 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c min(size, old_alloc_count * ALLOC_ELEM_SIZE));