private_size      146 oshmem/mca/memheap/base/memheap_base_select.c         context.private_size = MEMHEAP_BASE_PRIVATE_SIZE;
private_size      185 oshmem/mca/memheap/buddy/memheap_buddy.c     if (!context || !context->user_size || !context->private_size) {
private_size      194 oshmem/mca/memheap/buddy/memheap_buddy.c     memheap_buddy.private_heap.max_order = memheap_log2(context->private_size);
private_size      203 oshmem/mca/memheap/buddy/memheap_buddy.c     assert(context->private_size == (1ULL << memheap_buddy.private_heap.max_order));
private_size      212 oshmem/mca/memheap/buddy/memheap_buddy.c                     (unsigned long long)(context->user_size + context->private_size));
private_size       32 oshmem/mca/memheap/memheap.h     size_t  private_size;
private_size       49 oshmem/mca/memheap/ptmalloc/memheap_ptmalloc.c     if (!context || !context->user_size || !context->private_size) {
private_size       57 oshmem/mca/memheap/ptmalloc/memheap_ptmalloc.c     memheap_ptmalloc.max_size = context->user_size + context->private_size;
private_size       62 oshmem/mca/memheap/ptmalloc/memheap_ptmalloc.c                     (unsigned long long)(context->user_size + context->private_size));