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.

Referenced by membag_get_largest_free_block_size(), and membag_get_smallest_free_block_size().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3