#include <stringfields.h>
Data Fields | |
ast_string_field_pool * | pool |
size_t | size |
size_t | space |
size_t | used |
Definition at line 121 of file stringfields.h.
struct ast_string_field_pool* pool |
the address of the pool's structure
Definition at line 122 of file stringfields.h.
Referenced by __ast_string_field_alloc_space(), __ast_string_field_index_build_va(), and add_string_pool().
size_t size |
the total size of the current pool
Definition at line 123 of file stringfields.h.
Referenced by __ast_string_field_alloc_space(), __ast_string_field_index_build_va(), and add_string_pool().
size_t space |
the space available in the current pool
Definition at line 124 of file stringfields.h.
Referenced by __ast_string_field_alloc_space(), __ast_string_field_index_build_va(), and add_string_pool().
size_t used |
the space used in the current pool
Definition at line 125 of file stringfields.h.
Referenced by __ast_string_field_alloc_space(), __ast_string_field_index_build_va(), and add_string_pool().