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

pool Struct Reference

#include <palloc.h>


Detailed Description

A memory pool descriptor.


Data Fields

size_t size
 Size of blocks held in the pool.

gint max
 Maximum amount of blocks to keep around.

GSList * buffers
 Allocated buffers in the pool.

gint allocated
 Amount of allocated buffers.

gint held
 Amount of available buffers.


Field Documentation

gint pool::allocated
 

Amount of allocated buffers.

GSList* pool::buffers
 

Allocated buffers in the pool.

gint pool::held
 

Amount of available buffers.

gint pool::max
 

Maximum amount of blocks to keep around.

size_t pool::size
 

Size of blocks held in the pool.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 12 10:50:12 2006 for Gtk-Gnutella by doxygen 1.3.6