#include <stringfields.h>
Data Fields | |
ast_string_field | last_alloc |
size_t | size |
size_t | used |
Definition at line 137 of file stringfields.h.
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().
size_t size |
the total size of the current pool
Definition at line 138 of file stringfields.h.
Referenced by __ast_string_field_alloc_space(), __ast_string_field_ptr_build_va(), __ast_string_field_ptr_grow(), and add_string_pool().
size_t used |
the space used in the current pool
Definition at line 139 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().