#include <stringfields.h>
Data Fields | |
ast_string_field_pool * | embedded_pool |
ast_string_field | last_alloc |
Definition at line 139 of file stringfields.h.
struct ast_string_field_pool* embedded_pool |
pointer to the embedded pool, if any
Definition at line 141 of file stringfields.h.
Referenced by __ast_calloc_with_stringfields(), and __ast_string_field_init().
the last field allocated
Definition at line 140 of file stringfields.h.
Referenced by __ast_string_field_alloc_space(), __ast_string_field_init(), __ast_string_field_ptr_build_va(), __ast_string_field_ptr_grow(), and add_string_pool().