Wed Apr 6 11:30:13 2011

Asterisk developer's documentation


ast_string_field_pool Struct Reference

#include <stringfields.h>


Data Fields

size_t active
char base [0]
ast_string_field_poolprev
size_t size
size_t used


Detailed Description

Definition at line 127 of file stringfields.h.


Field Documentation

size_t active

the amount of space actively in use by fields

Definition at line 131 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 132 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 128 of file stringfields.h.

Referenced by __ast_string_field_init(), and __ast_string_field_release_active().

size_t size

the total size of the pool

Definition at line 129 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 130 of file stringfields.h.

Referenced by __ast_string_field_init().


The documentation for this struct was generated from the following file:
Generated on Wed Apr 6 11:30:13 2011 for Asterisk - The Open Source Telephony Project by  doxygen 1.4.7