free_chunk         58 opal/mca/allocator/bucket/allocator_bucket_alloc.c         mem_options->buckets[i].free_chunk = NULL;
free_chunk         97 opal/mca/allocator/bucket/allocator_bucket_alloc.c     if(NULL != mem_options->buckets[bucket_num].free_chunk) {
free_chunk         98 opal/mca/allocator/bucket/allocator_bucket_alloc.c         chunk = mem_options->buckets[bucket_num].free_chunk;
free_chunk         99 opal/mca/allocator/bucket/allocator_bucket_alloc.c         mem_options->buckets[bucket_num].free_chunk = chunk->u.next_free;
free_chunk        129 opal/mca/allocator/bucket/allocator_bucket_alloc.c         mem_options->buckets[bucket_num].free_chunk =
free_chunk        209 opal/mca/allocator/bucket/allocator_bucket_alloc.c         mem_options->buckets[bucket_num].free_chunk =
free_chunk        279 opal/mca/allocator/bucket/allocator_bucket_alloc.c     chunk->u.next_free = mem_options->buckets[bucket_num].free_chunk;
free_chunk        280 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mem_options->buckets[bucket_num].free_chunk = chunk;
free_chunk        339 opal/mca/allocator/bucket/allocator_bucket_alloc.c             mem_options->buckets[i].free_chunk = NULL;
free_chunk        358 opal/mca/allocator/bucket/allocator_bucket_alloc.c                         if(mem_options->buckets[i].free_chunk == chunk) {
free_chunk        359 opal/mca/allocator/bucket/allocator_bucket_alloc.c                             mem_options->buckets[i].free_chunk = chunk->u.next_free;
free_chunk        361 opal/mca/allocator/bucket/allocator_bucket_alloc.c                             next_chunk = mem_options->buckets[i].free_chunk;
free_chunk         81 opal/mca/allocator/bucket/allocator_bucket_alloc.h     mca_allocator_bucket_chunk_header_t * free_chunk; /**< the first free chunk of memory */