|
Lhogho
0.0.027
|
internal structure of a pool
Data Fields | |
| int | id |
| (const) pool id | |
| int | atom_size |
| (const) size of an atom | |
| int | block_size |
| (const) max number of atoms in the block | |
| int | free_block_atoms |
| current number of free atoms in the block | |
| void * | free_atom |
| first free atom in the list | |
| void * | free_block |
| first free atom in the block | |
| void * | first_atom |
| first atom in the pool | |
| int id |
| int atom_size |
| int block_size |
| int free_block_atoms |