Lhogho  0.0.028
 All Data Structures Files Functions Variables Typedefs Macros Pages
pool_t Struct Reference

internal structure of a pool

Data Fields

int id
 (const) pool id More...
 
int atom_size
 (const) size of an atom More...
 
int block_size
 (const) max number of atoms in the block More...
 
int free_block_atoms
 current number of free atoms in the block More...
 
voidfree_atom
 first free atom in the list More...
 
voidfree_block
 first free atom in the block More...
 
voidfirst_atom
 first atom in the pool More...
 

Detailed Description

Definition at line 40 of file pools.h.

Field Documentation

int id

Definition at line 41 of file pools.h.

int atom_size

Definition at line 42 of file pools.h.

int block_size

Definition at line 43 of file pools.h.

int free_block_atoms

Definition at line 44 of file pools.h.

void* free_atom

Definition at line 45 of file pools.h.

void* free_block

Definition at line 46 of file pools.h.

void* first_atom

Definition at line 47 of file pools.h.


[ HOME | INDEX | ATOMS | VARS | REFERENCE ]
Lhogho Developer's Documentation
Wed Jul 10 2013