Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_array_header_t Struct Reference
[File I/O Handling Functions]

#include <switch_apr.h>


Data Fields

switch_memory_pool_tpool
int elt_size
int nelts
int nalloc
char * elts


Field Documentation

int switch_array_header_t::elt_size
 

The amount of memory allocated for each element of the array

char* switch_array_header_t::elts
 

The elements in the array

int switch_array_header_t::nalloc
 

The number of elements allocated in the array

int switch_array_header_t::nelts
 

The number of active elements in the array

switch_memory_pool_t* switch_array_header_t::pool
 

The pool the array is allocated out of


The documentation for this struct was generated from the following file:
Generated on Mon May 26 22:06:53 2008 for FreeSWITCH by  doxygen 1.3.9.1