mca_allocator_bucket_chunk_header_t   82 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * chunk;
mca_allocator_bucket_chunk_header_t   83 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * first_chunk;
mca_allocator_bucket_chunk_header_t   86 opal/mca/allocator/bucket/allocator_bucket_alloc.c     size += sizeof(mca_allocator_bucket_chunk_header_t);
mca_allocator_bucket_chunk_header_t  124 opal/mca/allocator/bucket/allocator_bucket_alloc.c                   (mca_allocator_bucket_chunk_header_t *) (segment_header + 1);
mca_allocator_bucket_chunk_header_t  130 opal/mca/allocator/bucket/allocator_bucket_alloc.c                         (mca_allocator_bucket_chunk_header_t *) ((char *) chunk + bucket_size);
mca_allocator_bucket_chunk_header_t  131 opal/mca/allocator/bucket/allocator_bucket_alloc.c         chunk->next_in_segment = (mca_allocator_bucket_chunk_header_t *)
mca_allocator_bucket_chunk_header_t  134 opal/mca/allocator/bucket/allocator_bucket_alloc.c             chunk = (mca_allocator_bucket_chunk_header_t *) ((char *) chunk + bucket_size);
mca_allocator_bucket_chunk_header_t  135 opal/mca/allocator/bucket/allocator_bucket_alloc.c             chunk->u.next_free = (mca_allocator_bucket_chunk_header_t *)
mca_allocator_bucket_chunk_header_t  162 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * chunk;
mca_allocator_bucket_chunk_header_t  163 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * first_chunk;
mca_allocator_bucket_chunk_header_t  170 opal/mca/allocator/bucket/allocator_bucket_alloc.c     aligned_max_size = size + alignment + sizeof(mca_allocator_bucket_chunk_header_t)
mca_allocator_bucket_chunk_header_t  172 opal/mca/allocator/bucket/allocator_bucket_alloc.c     bucket_size = size + sizeof(mca_allocator_bucket_chunk_header_t);
mca_allocator_bucket_chunk_header_t  182 opal/mca/allocator/bucket/allocator_bucket_alloc.c     first_chunk = (mca_allocator_bucket_chunk_header_t *) (segment_header + 1);
mca_allocator_bucket_chunk_header_t  191 opal/mca/allocator/bucket/allocator_bucket_alloc.c     first_chunk = (mca_allocator_bucket_chunk_header_t *) aligned_memory - 1;
mca_allocator_bucket_chunk_header_t  210 opal/mca/allocator/bucket/allocator_bucket_alloc.c                         (mca_allocator_bucket_chunk_header_t *) ((char *) chunk + bucket_size);
mca_allocator_bucket_chunk_header_t  211 opal/mca/allocator/bucket/allocator_bucket_alloc.c         chunk->next_in_segment = (mca_allocator_bucket_chunk_header_t *)
mca_allocator_bucket_chunk_header_t  214 opal/mca/allocator/bucket/allocator_bucket_alloc.c             chunk = (mca_allocator_bucket_chunk_header_t *) ((char *) chunk + bucket_size);
mca_allocator_bucket_chunk_header_t  215 opal/mca/allocator/bucket/allocator_bucket_alloc.c             chunk->u.next_free = (mca_allocator_bucket_chunk_header_t *)
mca_allocator_bucket_chunk_header_t  243 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * chunk = (mca_allocator_bucket_chunk_header_t *) ptr - 1;
mca_allocator_bucket_chunk_header_t  249 opal/mca/allocator/bucket/allocator_bucket_alloc.c     bucket_size -= sizeof(mca_allocator_bucket_chunk_header_t);
mca_allocator_bucket_chunk_header_t  276 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * chunk  = (mca_allocator_bucket_chunk_header_t *) ptr - 1;
mca_allocator_bucket_chunk_header_t  294 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * next_chunk;
mca_allocator_bucket_chunk_header_t  295 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * chunk;
mca_allocator_bucket_chunk_header_t  296 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * first_chunk;
mca_allocator_bucket_chunk_header_t   41 opal/mca/allocator/bucket/allocator_bucket_alloc.h     struct mca_allocator_bucket_chunk_header_t * next_in_segment;
mca_allocator_bucket_chunk_header_t   54 opal/mca/allocator/bucket/allocator_bucket_alloc.h         struct mca_allocator_bucket_chunk_header_t * next_free;
mca_allocator_bucket_chunk_header_t   62 opal/mca/allocator/bucket/allocator_bucket_alloc.h typedef struct mca_allocator_bucket_chunk_header_t mca_allocator_bucket_chunk_header_t;
mca_allocator_bucket_chunk_header_t   68 opal/mca/allocator/bucket/allocator_bucket_alloc.h     struct mca_allocator_bucket_chunk_header_t * first_chunk; /**< the first chunk of the header */
mca_allocator_bucket_chunk_header_t   81 opal/mca/allocator/bucket/allocator_bucket_alloc.h     mca_allocator_bucket_chunk_header_t * free_chunk; /**< the first free chunk of memory */