For internal use only.
This structure is a helper structure for keeping track of the number of treeconf_str_t that have been allocation.
Definition at line 40 of file tc_break.c.
Data Fields | |
treeconf_str_t * | sb_comps |
int | sb_count |
int | sb_size |
|
Pointer to array. Definition at line 41 of file tc_break.c. Referenced by _add_string(), and tc_break(). |
|
Number of elements in use. Definition at line 42 of file tc_break.c. Referenced by _add_string(), and tc_break(). |
|
Total allocated size. Definition at line 43 of file tc_break.c. Referenced by _add_string(). |