next_free 99 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[bucket_num].free_chunk = chunk->u.next_free; next_free 135 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->u.next_free = (mca_allocator_bucket_chunk_header_t *) next_free 137 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->next_in_segment = chunk->u.next_free; next_free 141 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->u.next_free = NULL; next_free 215 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->u.next_free = (mca_allocator_bucket_chunk_header_t *) next_free 217 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->next_in_segment = chunk->u.next_free; next_free 221 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->u.next_free = NULL; next_free 279 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->u.next_free = mem_options->buckets[bucket_num].free_chunk; next_free 359 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[i].free_chunk = chunk->u.next_free; next_free 362 opal/mca/allocator/bucket/allocator_bucket_alloc.c while(next_chunk->u.next_free != chunk) { next_free 363 opal/mca/allocator/bucket/allocator_bucket_alloc.c next_chunk = next_chunk->u.next_free; next_free 365 opal/mca/allocator/bucket/allocator_bucket_alloc.c next_chunk->u.next_free = chunk->u.next_free; next_free 54 opal/mca/allocator/bucket/allocator_bucket_alloc.h struct mca_allocator_bucket_chunk_header_t * next_free;