pool_header Struct Reference

Collaboration diagram for pool_header:

Collaboration graph
[legend]

Data Fields

unsigned int magicnum
size_t pool_size
pool_headernext
pool_headernxtfree
char * buf_tag
char PaddingTo64bits [7-((sizeof(POOLHDR_UNALIGNED)-1)&7)]

Detailed Description

Definition at line 28 of file alloc.cpp.


Field Documentation

char* pool_header::buf_tag

Definition at line 34 of file alloc.cpp.

Referenced by pool_alloc(), pool_alloc_lbuf(), pool_free(), pool_free_lbuf(), and pool_trace().

unsigned int pool_header::magicnum

Definition at line 30 of file alloc.cpp.

Referenced by pool_alloc(), pool_alloc_lbuf(), pool_free(), pool_free_lbuf(), and pool_trace().

struct pool_header* pool_header::next

Definition at line 32 of file alloc.cpp.

Referenced by pool_alloc(), pool_alloc_lbuf(), pool_reset(), pool_trace(), and pool_vfy().

struct pool_header* pool_header::nxtfree

Definition at line 33 of file alloc.cpp.

Referenced by pool_alloc(), pool_alloc_lbuf(), pool_free(), pool_free_lbuf(), and pool_reset().

char pool_header::PaddingTo64bits[7-((sizeof(POOLHDR_UNALIGNED)-1)&7)]

Definition at line 35 of file alloc.cpp.

size_t pool_header::pool_size

Definition at line 31 of file alloc.cpp.

Referenced by pool_alloc(), pool_alloc_lbuf(), pool_free(), and pool_free_lbuf().


The documentation for this struct was generated from the following file:
Generated on Mon May 28 04:40:25 2007 for MUX by  doxygen 1.4.7