user_size 81 oshmem/mca/memheap/base/memheap_base_select.c best_module->memheap_size = context->user_size; user_size 104 oshmem/mca/memheap/base/memheap_base_select.c size_t user_size, size; user_size 106 oshmem/mca/memheap/base/memheap_base_select.c user_size = _memheap_size(); user_size 107 oshmem/mca/memheap/base/memheap_base_select.c if (user_size < MEMHEAP_BASE_MIN_SIZE) { user_size 109 oshmem/mca/memheap/base/memheap_base_select.c (unsigned long long)user_size, MEMHEAP_BASE_MIN_SIZE); user_size 115 oshmem/mca/memheap/base/memheap_base_select.c user_size + MEMHEAP_BASE_PRIVATE_SIZE, 0); user_size 145 oshmem/mca/memheap/base/memheap_base_select.c context.user_size = user_size; user_size 152 oshmem/mca/memheap/base/memheap_base_select.c + context.user_size); user_size 185 oshmem/mca/memheap/buddy/memheap_buddy.c if (!context || !context->user_size || !context->private_size) { user_size 192 oshmem/mca/memheap/buddy/memheap_buddy.c memheap_buddy.heap.max_order = memheap_log2(context->user_size); user_size 197 oshmem/mca/memheap/buddy/memheap_buddy.c if (context->user_size != (1ULL << memheap_buddy.heap.max_order)) { user_size 200 oshmem/mca/memheap/buddy/memheap_buddy.c (unsigned long long)context->user_size, 1ULL << memheap_buddy.heap.max_order); user_size 212 oshmem/mca/memheap/buddy/memheap_buddy.c (unsigned long long)(context->user_size + context->private_size)); user_size 31 oshmem/mca/memheap/memheap.h size_t user_size; user_size 49 oshmem/mca/memheap/ptmalloc/memheap_ptmalloc.c if (!context || !context->user_size || !context->private_size) { user_size 57 oshmem/mca/memheap/ptmalloc/memheap_ptmalloc.c memheap_ptmalloc.max_size = context->user_size + context->private_size; user_size 58 oshmem/mca/memheap/ptmalloc/memheap_ptmalloc.c memheap_ptmalloc.max_alloc_size = context->user_size; user_size 62 oshmem/mca/memheap/ptmalloc/memheap_ptmalloc.c (unsigned long long)(context->user_size + context->private_size));