#include <blockpool.h>
Public Attributes | |
void* | block |
pointer to the current block. More... | |
unsigned int | bytes_used |
number of bytes used in the block. More... | |
unsigned int | block_size |
total block size. More... | |
block_chain_struct* | next_block |
pointer to the next block. More... |
Definition at line 77 of file blockpool.h.
|
pointer to the current block.
Definition at line 79 of file blockpool.h. |
|
total block size.
Definition at line 85 of file blockpool.h. |
|
number of bytes used in the block.
Definition at line 82 of file blockpool.h. |
|
pointer to the next block.
Definition at line 88 of file blockpool.h. |