next_in_segment 131 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->next_in_segment = (mca_allocator_bucket_chunk_header_t *) next_in_segment 137 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->next_in_segment = chunk->u.next_free; next_in_segment 140 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->next_in_segment = first_chunk; next_in_segment 143 opal/mca/allocator/bucket/allocator_bucket_alloc.c first_chunk->next_in_segment = first_chunk; next_in_segment 211 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->next_in_segment = (mca_allocator_bucket_chunk_header_t *) next_in_segment 217 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->next_in_segment = chunk->u.next_free; next_in_segment 220 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->next_in_segment = first_chunk; next_in_segment 223 opal/mca/allocator/bucket/allocator_bucket_alloc.c first_chunk->next_in_segment = first_chunk; next_in_segment 324 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk = chunk->next_in_segment; next_in_segment 352 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk = chunk->next_in_segment; next_in_segment 367 opal/mca/allocator/bucket/allocator_bucket_alloc.c } while((chunk = chunk->next_in_segment) != first_chunk); next_in_segment 41 opal/mca/allocator/bucket/allocator_bucket_alloc.h struct mca_allocator_bucket_chunk_header_t * next_in_segment;