Main Page | Modules | Data Structures | File List | Data Fields

pool_element Struct Reference
[Ab protocol internalsAb protocol internals]

A pool_element points to a pre-allocated chunk of memory. More...

#include <ab.h>


Data Fields

void * cont
 The pre-allocated memory zone.

pool_elementnext
 The next zone.

char free
 Indicates if this chunk is free or not.


Detailed Description

A pool_element points to a pre-allocated chunk of memory.

Basic implementation, uses a linked list of pool_elements, each of which can be free or taken

Definition at line 199 of file ab.h.


The documentation for this struct was generated from the following file:
Generated on Wed Mar 9 15:34:01 2005 for Alternating Bit by doxygen 1.3.7