PIPS
__stack_bucket Struct Reference

STACK STRUCTURES. More...

+ Collaboration diagram for __stack_bucket:

Data Fields

size_t n_item
 
size_t max_items
 next available item in the bucket More...
 
void ** items
 the max number of items of this bucket More...
 
struct __stack_bucketsucc
 the items (only pointers at the moment) More...
 

Detailed Description

STACK STRUCTURES.

the stack buckets, i.e. arrays containing the elements

Definition at line 49 of file stack.c.

Field Documentation

◆ items

void** __stack_bucket::items

the max number of items of this bucket

Definition at line 53 of file stack.c.

Referenced by stack_iterator_next_and_go().

◆ max_items

size_t __stack_bucket::max_items

next available item in the bucket

Definition at line 52 of file stack.c.

◆ n_item

size_t __stack_bucket::n_item

Definition at line 51 of file stack.c.

Referenced by stack_iterator_internal_init(), and update_iterator_upward().

◆ succ

struct __stack_bucket* __stack_bucket::succ

the items (only pointers at the moment)

Definition at line 54 of file stack.c.

Referenced by free_buckets().


The documentation for this struct was generated from the following file: