CAPS Universe documentation  1.0.4
All you need to know to be successful
Data Fields

Variable table.

Data Fields

const struct caps_table_desctd
 
size_t used
 
size_t avail
 
void * array
 

Field Documentation

◆ td

const struct caps_table_desc* td

Background detailed info about this table, defined once when caps_table_init() is called

◆ used

size_t used

Already used elements in the table. Never touch directly, always use caps_table_element_count_get() and caps_table_element_count_increment() instead

◆ avail

size_t avail

Current elements in the table

◆ array

void* array

The variable table itself. Never touch directly, always use caps_table_base_get() instead


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