
Public Attributes | |
| void * | block |
| pointer to the current block | |
| unsigned int | bytes_used |
| number of bytes used in the block | |
| unsigned int | block_size |
| total block size | |
| block_chain_struct * | next_block |
| pointer to the next block | |
|
|
pointer to the current block
Definition at line 103 of file blockpool.h. |
|
|
total block size
Definition at line 107 of file blockpool.h. |
|
|
number of bytes used in the block
Definition at line 105 of file blockpool.h. |
|
|
pointer to the next block
Definition at line 109 of file blockpool.h. |
1.3.3