next_chunk        294 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * next_chunk;
next_chunk        361 opal/mca/allocator/bucket/allocator_bucket_alloc.c                             next_chunk = mem_options->buckets[i].free_chunk;
next_chunk        362 opal/mca/allocator/bucket/allocator_bucket_alloc.c                             while(next_chunk->u.next_free != chunk) {
next_chunk        363 opal/mca/allocator/bucket/allocator_bucket_alloc.c                                 next_chunk = next_chunk->u.next_free;
next_chunk        365 opal/mca/allocator/bucket/allocator_bucket_alloc.c                             next_chunk->u.next_free = chunk->u.next_free;
next_chunk       2007 oshmem/mca/memheap/ptmalloc/malloc.c #define next_pinuse(p)  ((next_chunk(p)->head) & PINUSE_BIT)
next_chunk       2932 oshmem/mca/memheap/ptmalloc/malloc.c   dl_assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p);
next_chunk       3053 oshmem/mca/memheap/ptmalloc/malloc.c       q = next_chunk(p);
next_chunk       3119 oshmem/mca/memheap/ptmalloc/malloc.c         q = next_chunk(q);
next_chunk       3179 oshmem/mca/memheap/ptmalloc/malloc.c           q = next_chunk(q);
next_chunk       3217 oshmem/mca/memheap/ptmalloc/malloc.c           q = next_chunk(q);
next_chunk       3837 oshmem/mca/memheap/ptmalloc/malloc.c         mchunkptr mn = next_chunk(mem2chunk(m));
next_chunk       4789 oshmem/mca/memheap/ptmalloc/malloc.c   mn = next_chunk(mem2chunk(m));