#include <mempool.h>
Data Fields | |
| unsigned int | entry_num | 
| unsigned int | entry_index | 
| unsigned int | entry_byte_size | 
| unsigned int | entry_byte_remain | 
| unsigned int | entry_byte_pos | 
| unsigned char ** | data_entry | 
Definition at line 49 of file mempool.h.
| unsigned int ctrump_mempool::entry_num | 
Definition at line 50 of file mempool.h.
Referenced by ctrump_mempool_alloc_align(), and ctrump_mempool_init().
| unsigned int ctrump_mempool::entry_index | 
Definition at line 51 of file mempool.h.
Referenced by ctrump_mempool_alloc_align(), ctrump_mempool_destroy(), and ctrump_mempool_init().
| unsigned int ctrump_mempool::entry_byte_size | 
Definition at line 52 of file mempool.h.
Referenced by ctrump_mempool_alloc_align(), and ctrump_mempool_init().
| unsigned int ctrump_mempool::entry_byte_remain | 
Definition at line 53 of file mempool.h.
Referenced by ctrump_mempool_alloc_align(), and ctrump_mempool_init().
| unsigned int ctrump_mempool::entry_byte_pos | 
Definition at line 54 of file mempool.h.
Referenced by ctrump_mempool_alloc_align(), and ctrump_mempool_init().
| unsigned char** ctrump_mempool::data_entry | 
Definition at line 55 of file mempool.h.
Referenced by ctrump_mempool_alloc_align(), ctrump_mempool_destroy(), and ctrump_mempool_init().
 1.5.6