#include <stringfields.h>

Data Fields | |
| size_t | active |
| char | base [0] |
| struct ast_string_field_pool * | prev |
| size_t | size |
| size_t | used |
Definition at line 133 of file stringfields.h.
| size_t active |
the amount of space actively in use by fields
Definition at line 137 of file stringfields.h.
Referenced by __ast_string_field_init(), and __ast_string_field_release_active().
| char base[0] |
storage space for the fields
Definition at line 138 of file stringfields.h.
Referenced by __ast_calloc_with_stringfields().
| struct ast_string_field_pool* prev |
pointer to the previous pool, if any
Definition at line 134 of file stringfields.h.
Referenced by __ast_string_field_init(), __ast_string_field_release_active(), and add_string_pool().
| size_t size |
the total size of the pool
Definition at line 135 of file stringfields.h.
Referenced by __ast_calloc_with_stringfields(), and add_string_pool().
| size_t used |
the space used in the pool
Definition at line 136 of file stringfields.h.
Referenced by __ast_string_field_init().