Multi-ApplicationOnlineProfiling
2.1
|
This a structure wrapps the use of chained_list This is the main chain list structure to use. More...
#include <Chained_List.h>
Data Fields | |
struct chained_list * | list |
the head chained_list chunk More... | |
uint64_t | count |
the number of elements in the list More... | |
uint64_t | chunk_size |
the size of the chunks More... | |
size_t | payload_size |
the size of elements that can be stored in the list More... | |
This a structure wrapps the use of chained_list This is the main chain list structure to use.
Definition at line 273 of file Chained_List.h.
uint64_t Chained_List::chunk_size |
the size of the chunks
Definition at line 276 of file Chained_List.h.
uint64_t Chained_List::count |
the number of elements in the list
Definition at line 275 of file Chained_List.h.
struct chained_list* Chained_List::list |
the head chained_list chunk
Definition at line 274 of file Chained_List.h.
size_t Chained_List::payload_size |
the size of elements that can be stored in the list
Definition at line 277 of file Chained_List.h.