Lhogho
0.0.028
|
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... | |
void * | free_atom |
first free atom in the list More... | |
void * | free_block |
first free atom in the block More... | |
void * | first_atom |
first atom in the pool More... | |