mem_pool Struct Reference
[Memory Pool Allocator]

Memory pool. More...

#include <mempool.h>

Data Fields

struct mem_pool_object * freelist
 Pointer to the first free object in the pool.

Detailed Description

Memory pool.

This structure represents a pool of fixed-size objects which can be allocated using mem_pool_alloc().

Definition at line 69 of file mempool.h.


Field Documentation

struct mem_pool_object* mem_pool::freelist

Pointer to the first free object in the pool.

For internal use only.

Definition at line 74 of file mempool.h.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 14:10:36 2010 for xplain-bc by  doxygen 1.6.3